URI: 
       tfollow up previous commit - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 5873fe8eaf6708027c858ce8f41f8bcf6aa2639b
   DIR parent b1cc81a6f640d43bfeabdca87b1e91ea83ebaad1
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Mon,  9 Oct 2017 10:45:43 +0200
       
       follow up previous commit
       
       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@@ -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)'))