joinmarket-clientserver icon indicating copy to clipboard operation
joinmarket-clientserver copied to clipboard

Ability to sign PSBTs including timelocked outputs

Open AdamISZ opened this issue 2 years ago • 0 comments

jmclient.wallet.PSBTWalletMixin only currently supports signing of standard scriptPubKey types - p2sh-p2wpkh and p2wpkh, i.e. our two Joinmarket wallet types. It doesn't support signing of any other scriptPubKey, and this would/will be needed for people intending to spend outputs created as p2wsh, as in the case of the now-implemented fidelity bond utxos, which use a timelocked custom script.

AdamISZ avatar Aug 03 '21 08:08 AdamISZ