You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #266: Bump bitcoin dependency requirement to v0.32.6 to reflect used API
af792ea Bump `bitcoin` dependency requirement to v0.32.6 to reflect used API (Elias Rohrer)
Pull request description:
### Description
Starting with commit `f6fd9853e`, `bdk_wallet` makes use of `bitcoin::key::TweakedKeyPair::to_keypair` which was introduced with v0.32.6. Here, we adjust the minimum API requirement in `Cargo.toml`, as BDK 2.0.0 builds could otherwise fail with:
```
error[E0599]: no method named `to_keypair` found for struct `TweakedKeypair` in the current scope
--> /home/tnull/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bdk_wallet-2.0.0/src/wallet/signer.rs:580:14
|
578 | None => keypair
| _________________-
579 | | .tap_tweak(secp, psbt_input.tap_merkle_root)
580 | | .to_keypair(),
| | -^^^^^^^^^^ method not found in `TweakedKeypair`
| |_____________|
|
For more information about this error, try `rustc --explain E0599`.
```
ACKs for top commit:
ValuedMammal:
reACK af792ea
Tree-SHA512: 549334a8959dd985045d432003edc6f7ac3525916bcd1dcc8544aa39b25a68f1caa175f9ffbc82c37a4155f231179fb4eadce9cfab284eb38e74fd2fa007d6c6
0 commit comments