This commit is contained in:
scgbckbone 2025-10-22 13:22:17 +02:00
parent 807e7a00d2
commit cb539f6f18

View File

@ -2309,7 +2309,7 @@ class psbtObject(psbtProxy):
if inp.taproot_subpaths:
drop_sighash = (inp.sighash == SIGHASH_DEFAULT)
else:
drop_sighash = (inp.sighash == SIGHASH_DEFAULT)
drop_sighash = (inp.sighash == SIGHASH_ALL)
schnorrsig = False
tr_sh = []