mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
remove debugging messages
This commit is contained in:
parent
f0b255acba
commit
94fbad2965
1 changed files with 0 additions and 3 deletions
|
@ -598,9 +598,6 @@ class Transaction:
|
|||
|
||||
|
||||
def has_address(self, addr):
|
||||
print self.inputs
|
||||
print self.outputs
|
||||
|
||||
found = False
|
||||
for txin in self.inputs:
|
||||
if addr == txin.get('address'):
|
||||
|
|
Loading…
Add table
Reference in a new issue