libwally-core icon indicating copy to clipboard operation
libwally-core copied to clipboard

psbt_sign_bip32: use the derived key to sign

Open jgriffiths opened this issue 1 year ago • 1 comments

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

jgriffiths avatar Jul 05 '24 12:07 jgriffiths

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()

JamieDriver avatar Jul 05 '24 14:07 JamieDriver