tfix typo - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 34628533fb5310d9ae78d54e53cbdc7c095c8ad5 DIR parent 1c1cb3c71d570db02557df91863522ec62a6e4f4 HTML Author: ThomasV <thomasv@electrum.org> Date: Sat, 30 Sep 2017 13:00:52 +0200 fix typo Diffstat: M lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/wallet.py b/lib/wallet.py t@@ -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']