fix
authorecdsa <ecdsa@github>
Wed, 13 Mar 2013 00:08:30 +0000 (01:08 +0100)
committerecdsa <ecdsa@github>
Wed, 13 Mar 2013 00:08:30 +0000 (01:08 +0100)
lib/deserialize.py

index ca4c635..96972ce 100644 (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)"