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
.
If it is not equal to txscript.SigHashDefault (and the signature is exactly 64 bytes, so it doesn't yet include the sighash flag), it should be appended to the signature.
The finalizer should check the sighash flag in
btcd/btcutil/psbt/finalizer.go
Line 522 in 2dbc98b
If it is not equal to
txscript.SigHashDefault
(and the signature is exactly 64 bytes, so it doesn't yet include the sighash flag), it should be appended to the signature.Related: #2004
The text was updated successfully, but these errors were encountered: