Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge rust-bitcoin#3121: bip158: Improve casting
ea9f6e8 Cast after calling min (Tobin C. Harding) 342fe18 Use From in map_to_range (Tobin C. Harding) d933179 bip158: Fix typo (Tobin C. Harding) Pull request description: Patch 1 is a typo fix, other two are cast improvements. Done as part of rust-bitcoin#2941. Leaves a cast to `u64` in there, will be removed once we get to the `ToU64` stuff. One other remaining cast in the module is obviously bit twiddling. ACKs for top commit: Kixunil: ACK ea9f6e8 apoelstra: ACK ea9f6e8 successfully ran local tests Tree-SHA512: 92fa6225621f6c1eea4864472a5b9c60cb244e62cdfbee4074067da43b8f2bd4e3ed1a249ba40b994cad824e97585f3140747b03677ef1596c80be3007c94a7c
- Loading branch information