mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
fix sweep
This commit is contained in:
parent
5ea670b765
commit
a90431320c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue