commit a90431320ceda734c98540b4a0c6490e6592dc7c parent 5ea670b7658f0a3f5560f14f5ee12a95e5f62cc1 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(-)
diff --git a/lib/wallet.py b/lib/wallet.py @@ -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