electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 34628533fb5310d9ae78d54e53cbdc7c095c8ad5
parent 1c1cb3c71d570db02557df91863522ec62a6e4f4
Author: ThomasV <thomasv@electrum.org>
Date:   Sat, 30 Sep 2017 13:00:52 +0200

fix typo

Diffstat:
Mlib/wallet.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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']