rust-bitcoin / rust-wallet

*archived* Library for a Bitcoin Wallet
Apache License 2.0
182 stars 86 forks source link

Just a few tweaks to make it compatible with rust-bitcoin 0.26 #28

Closed nubis closed 3 years ago

nubis commented 3 years ago

Hi,

This PR makes as little as possible to update the rust-bitcoin version.

I noticed there's a bunch of clippy lints and some further refactorings to move from the deprecated 'SigHashComponents'

https://docs.rs/bitcoin/0.26.0/bitcoin/util/bip143/struct.SighashComponents.html

I can send PR's for those unless there's already someone working on it.

stevenroose commented 3 years ago

Closed by https://github.com/rust-bitcoin/rust-wallet/pull/19.