fix signrawtransaction
authorThomasV <thomasv@gitorious>
Sun, 27 Apr 2014 12:26:15 +0000 (14:26 +0200)
committerThomasV <thomasv@gitorious>
Sun, 27 Apr 2014 12:26:15 +0000 (14:26 +0200)
lib/transaction.py

index 39522ea..0f7eafd 100644 (file)
@@ -754,7 +754,6 @@ class Transaction:
     def add_input_info(self, input_info):
         for i, txin in enumerate(self.inputs):
             item = input_info[i]
-            txin['address'] = item['address']
             txin['scriptPubKey'] = item['scriptPubKey']
             txin['redeemScript'] = item.get('redeemScript')
             txin['redeemPubkey'] = item.get('redeemPubkey')