]> Untitled Git - bdk-cli/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)
commitbc08aa9c42443d2226ed213ea02c16cde2cb5283
treeb5b14750c13b3ad8c854a8407297e97d55ba8246
parent90155c4181cac46cef7c49c85e5905e5865174e8
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