|
Ran
|
Files
131
|
Run time
2s
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#4426: Improve docs on absolute::LockTime::is_implied_by <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/16f6fc6b5b469741c076bc3a4d92f7d4e619ffc7">16f6fc6b5 Improve docs on absolute::LockTime::is_implied_by (Tobin C. Harding) Pull request description: If one wishes to verify a script that contains CLTV is valid in a transaction then one must compare the argument to CLTV (the locktime) to the transaction locktime. And to be valid the CLTV locktime must be less than or equal to the transaction locktime. This usage kind of lends itself to the term 'implied by' and we have a function already `is_implied_by` that does exactly this. Improve the docs by adding a section mentioning this usecase. ACKs for top commit: apoelstra: ACK 16f6fc6b5b469741c076bc3a4d92f7d4e619ffc7; successfully ran local tests Tree-SHA512: f7de177920a490b035a28b0d55fdb8fb30e
22966 of 27246 relevant lines covered (84.29%)
16319.04 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|