mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
remove debug message
This commit is contained in:
parent
cdd5d6e130
commit
c381fc2194
1 changed files with 0 additions and 1 deletions
|
@ -704,7 +704,6 @@ class Transaction:
|
|||
return out
|
||||
|
||||
def sign(self, keypairs):
|
||||
print_error("tx.sign(), keypairs:", keypairs)
|
||||
for i, txin in enumerate(self.inputs):
|
||||
signatures = filter(None, txin['signatures'])
|
||||
num = txin['num_sig']
|
||||
|
|
Loading…
Add table
Reference in a new issue