You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This populates all relevant fields in a PSBT input according to a
descriptor. Includes previously not yet implemented logic for populating
bip32_derivation and tap_key_origins. Also optionally checks the
witness_utxo and non_witness_utxo.
I renamed "PsbtExt::update_desc" to
"PsbtExt::update_inp_with_descriptor" which calls update_with_descriptor
internally but retrieves the vout for the input for the non_witness_utxo
check automatically. I removed the derivation range functionality
because it didn't feel useful (and if it is then it probably belongs in
a separate function).
0 commit comments