Browse Source

remove debugging messages

283
thomasv 12 years ago
parent
commit
94fbad2965
  1. 3
      lib/bitcoin.py

3
lib/bitcoin.py

@ -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…
Cancel
Save