1
0

fix offline signing: redeemPubkey was missing

This commit is contained in:
ThomasV
2013-10-08 19:24:22 +02:00
parent 13fbf9904e
commit 367b11681b
2 changed files with 3 additions and 1 deletions

View File

@@ -722,4 +722,5 @@ class Transaction:
txin['address'] = item['address']
txin['scriptPubKey'] = item['scriptPubKey']
txin['redeemScript'] = item.get('redeemScript')
txin['redeemPubkey'] = item.get('redeemPubkey')
txin['KeyID'] = item.get('KeyID')