This commit is contained in:
Peter D. Gray 2023-04-06 09:57:38 -04:00
parent 8cc55e8539
commit c157a9505a
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

@ -1652,10 +1652,11 @@ class psbtObject(psbtProxy):
inp.added_sig = (which_key, der_sig)
# remove sighash from input object - it is not required, takes space, and is already in signature
# or is implicit by not being part of the signature (taproot SIGHASH_DEFAULT)
# bitcoind does not set it either
# inp.sighash = None # DISABLED for now
# Could remove sighash from input object - it is not required, takes space,
# and is already in signature or is implicit by not being part of the
# signature (taproot SIGHASH_DEFAULT)
## inp.sighash = None
success.add(in_idx)
# memory cleanup