fix
authorThomasV <thomasv@gitorious>
Fri, 13 Sep 2013 20:13:17 +0000 (22:13 +0200)
committerThomasV <thomasv@gitorious>
Fri, 13 Sep 2013 20:13:17 +0000 (22:13 +0200)
lib/wallet.py

index d1c6484..612fe07 100644 (file)
@@ -619,7 +619,8 @@ class Wallet:
             if redeem_script:
                 addr = hash_160_to_bc_address(hash_160(redeem_script.decode('hex')), 5)
             else:
-                addr = transaction.get_address_from_output_script(txin["raw_output_script"].decode('hex'))
+                import transaction
+                _, addr = transaction.get_address_from_output_script(txin["raw_output_script"].decode('hex'))
             txin['address'] = addr
 
             # add private keys that are in the wallet