electrum

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

commit 5873fe8eaf6708027c858ce8f41f8bcf6aa2639b
parent b1cc81a6f640d43bfeabdca87b1e91ea83ebaad1
Author: ThomasV <thomasv@electrum.org>
Date:   Mon,  9 Oct 2017 10:45:43 +0200

follow up previous commit

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

diff --git a/lib/wallet.py b/lib/wallet.py @@ -892,7 +892,7 @@ class Abstract_Wallet(PrintError): item['signatures'] = [None] item['num_sig'] = 1 inputs.append(item) - keypairs[pubkey] = privkey + keypairs[pubkey] = privkey, compressed if not inputs: raise BaseException(_('No inputs found. (Note that inputs need to be confirmed)'))