This commit is contained in:
ecdsa 2013-03-13 01:08:30 +01:00
parent 0aaafe85ad
commit 469d17355d
1 changed files with 1 additions and 1 deletions

View File

@ -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)"