From 34628533fb5310d9ae78d54e53cbdc7c095c8ad5 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 30 Sep 2017 13:00:52 +0200 Subject: [PATCH] fix typo --- lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet.py b/lib/wallet.py index bc8f4624f..e770c48d0 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -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']