URI: 
       tfix sweep - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit a90431320ceda734c98540b4a0c6490e6592dc7c
   DIR parent 5ea670b7658f0a3f5560f14f5ee12a95e5f62cc1
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu,  2 Mar 2017 11:57:24 +0100
       
       fix sweep
       
       Diffstat:
         M lib/wallet.py                       |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/wallet.py b/lib/wallet.py
       t@@ -872,6 +872,7 @@ class Abstract_Wallet(PrintError):
                    for item in u:
                        if len(inputs) >= imax:
                            break
       +                item['type'] = 'p2pkh'
                        item['scriptPubKey'] = pay_script
                        item['redeemPubkey'] = pubkey
                        item['address'] = address