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
Is your feature request related to a problem? Please describe.
When using Bitcoin Core's GUI to sign a PSBT that has a UTXO with sighash=SINGLE|ANYONECANPAY, it throws following error:
Specified sighash value does not match value stored in PSBT
Describe the solution you'd like
I'd like it to successfully sign PSBTs containing sighash=SINGLE|ANYONECANPAY
Describe alternatives you've considered
The current non-idea workaround is to use the console window as described here: orenyomtov/openordex#1 (comment)
Is your feature request related to a problem? Please describe.
When using Bitcoin Core's GUI to sign a PSBT that has a UTXO with
sighash=SINGLE|ANYONECANPAY
, it throws following error:Describe the solution you'd like
I'd like it to successfully sign PSBTs containing
sighash=SINGLE|ANYONECANPAY
Describe alternatives you've considered
The current non-idea workaround is to use the console window as described here:
orenyomtov/openordex#1 (comment)
Additional context
Example PSBT:
(taken from https://openordex.org/inscription?number=151969)
Originally opened here bitcoin/bitcoin#27141
But I've been told this repo is the better fit
The text was updated successfully, but these errors were encountered: