rust-bitcoin-unsafe-fast/bitcoin
Tobin C. Harding b8721bf244 Add method relative::LockTime::is_implied_by
As we just did for `absolute::LockTime` add a method `is_implied_by` and
deprecate `is_satisfied_by_lock`.

Reasoning: it is odd to think of a lock satisfying another lock but it
is clear to see that satisfaction of one lock can imply satisfaction of
another.
2022-09-20 08:40:35 +10:00
..
contrib Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
examples Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
src Add method relative::LockTime::is_implied_by 2022-09-20 08:40:35 +10:00
test_data Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
Cargo.toml Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00