commit f7cf90d268787570ad6aeda4312993be89ac220c parent 2ca043789837a3635a3532fc8ed9f515af049154 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(-)
diff --git a/lib/wallet.py b/lib/wallet.py @@ -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]