mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
fix #2007
This commit is contained in:
parent
2ca0437898
commit
f7cf90d268
1 changed files with 1 additions and 0 deletions
|
@ -1027,6 +1027,7 @@ class Abstract_Wallet(PrintError):
|
|||
otype, address, value = o
|
||||
if value - delta >= self.dust_threshold():
|
||||
outputs[i] = otype, address, value - delta
|
||||
delta = 0
|
||||
break
|
||||
else:
|
||||
del outputs[i]
|
||||
|
|
Loading…
Add table
Reference in a new issue