Browse Source

fix sweep

283
ThomasV 8 years ago
parent
commit
a90431320c
  1. 1
      lib/wallet.py

1
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

Loading…
Cancel
Save