ElementsProject / libwally-core

Useful primitives for wallets
Other
284 stars 136 forks source link

psbt_sign_bip32: use the derived key to sign #453

Closed jgriffiths closed 4 months ago

jgriffiths commented 4 months ago

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

JamieDriver commented 4 months 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()