ElementsProject / libwally-core

Useful primitives for wallets
Other
280 stars 134 forks source link

psbt_sign_bip32: use the derived key to sign #453

Closed jgriffiths closed 3 weeks ago

jgriffiths commented 3 weeks ago

Fixes signing with parent keys, since the per-input signing call does not derive keys to sign with.

JamieDriver commented 3 weeks ago

utack c5e6243

This is similar to the [afaik working!] code in the Jade repo where the derived key is passed into wally_psbt_sign_input_bip32()