Currently, the mwc-wallet is using mwcproject/rust-bitcoin on branch zkp which is quite old (branched from rust-bitcoin tag 0.19.1 made at Aug. 2019), and the latest rust-bitcoin version is 0.25.2.
bitcoin = { version = "0.19", git = "https://github.com/mwcproject/rust-bitcoin", branch = "zkp", features = ["bitcoinconsensus"] }
bitcoin_hashes = { version = "0.7", features = ["serde"] }
bch = { git = "https://github.com/mwcproject/rust-bch", branch = "master" }
Currently, the
mwc-wallet
is usingmwcproject/rust-bitcoin
on branchzkp
which is quite old (branched from rust-bitcoin tag0.19.1
made at Aug. 2019), and the latestrust-bitcoin
version is0.25.2
.https://github.com/mwcproject/mwc-wallet/blob/master/libwallet/Cargo.toml#L41-L44