mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix signrawtransaction
This commit is contained in:
parent
63769c84d1
commit
c295c79754
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue