d5492b8a25
When filtering it is necessary to check two lock times against each other, we currently provide a patter for doing so in the docs but we can do better. It was observed that satisfaction of a lock time 'implies' satisfaction of another lock time if the lock times are the same unit and one locks value is less than the others - this is exactly the code pattern we suggest for filtering. Add a method on `absolute::LockTime` for checking a lock against another lock, add rustdoc comment explaining the methods function in filtering prospective lock time values (how we use it in `rust-miniscript`). |
||
---|---|---|
.. | ||
contrib | ||
examples | ||
src | ||
test_data | ||
Cargo.toml |