This commit is contained in:
ThomasV 2017-09-30 13:00:52 +02:00
parent 1c1cb3c71d
commit 34628533fb
1 changed files with 1 additions and 1 deletions

View File

@ -1466,7 +1466,7 @@ class Imported_Wallet(Abstract_Wallet):
txin['signatures'] = [None]
return
txin_type = self.addresses[address]['txin_type']
txin_type = self.addresses[address]['type']
txin['type'] = txin_type
if txin_type in ['p2pkh', 'p2wkh', 'p2wkh-p2sh']:
pubkey = self.addresses[address]['pubkey']