Browse Source

fix

283 1.7rc0
ecdsa 12 years ago
parent
commit
469d17355d
  1. 2
      lib/deserialize.py

2
lib/deserialize.py

@ -358,7 +358,7 @@ def get_address_from_input_script(bytes):
return pubkeys, signatures, hash_160_to_bc_address(hash_160(redeemScript), 5)
print_error("cannot find address in input script", bytes.encode('hex'))
return "(None)"
return [], [], "(None)"

Loading…
Cancel
Save