typo
This commit is contained in:
parent
807e7a00d2
commit
cb539f6f18
@ -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 = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user