]> Untitled Git - bdk/commit
Fix the recovery of a descriptor given a PSBT
authorAlekos Filini <alekos.filini@gmail.com>
Tue, 29 Sep 2020 16:18:50 +0000 (18:18 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Fri, 2 Oct 2020 15:52:11 +0000 (17:52 +0200)
commit1faf0ed0a0879f19384c9fc0772b8a78d21f15bd
tree642699cea6a66c7c95e43953f71d111bb1c52e8e
parent490c88934e02aaa2df65eb41e22c04aa9d18ee3f
Fix the recovery of a descriptor given a PSBT

This commit upgrades `rust-miniscript` with a fix to only return the prefix that
matches a `hd_keypath` instead of the full derivation path, and then adapts the
signer code accordingly.

This commit closes #108 and #109.
Cargo.toml
src/descriptor/mod.rs
src/wallet/mod.rs
src/wallet/signer.rs