tfix #2007 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit f7cf90d268787570ad6aeda4312993be89ac220c
DIR parent 2ca043789837a3635a3532fc8ed9f515af049154
HTML Author: ThomasV <thomasv@electrum.org>
Date: Thu, 27 Oct 2016 14:32:27 +0200
fix #2007
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@@ -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]