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#2695: Allow deprecated Params field
0373f80 Allow deprecated Params field (Tobin C. Harding) Pull request description: This is a port of rust-bitcoin#2687 created using `git cherry-pick 6e84548`. ------ I'm not sure why I haven't see this before during the whole test cycle but while running `cargo kani --only-codegen` we get a bunch of warnings of form: warning: use of deprecated field `consensus::params::Params::pow_limit` We deprecated the `pow_limit` field but still set it (obviously) in const structs - just shoosh the warning. ACKs for top commit: apoelstra: ACK 0373f80 Tree-SHA512: d4c3b6a076bf56c3f578a5c752d010c43bc18596f6df2839bf0dbcacdb3237316076c680e712843a7e937f757df85b6dd895414bdba49c9ac3c5e801874e3da6
- Loading branch information