commit 95341e98cc0e783c1220392f1e3fca23d88d0b9b
parent 6581cd93bb43a2f044d31112e04fe570bca09518
Author: ThomasV <thomasv@electrum.org>
Date: Thu, 2 Mar 2017 04:24:42 +0100
Merge pull request #2220 from shsmith/master
report fee_estimates to verbose log
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/network.py b/lib/network.py
@@ -539,6 +539,7 @@ class Network(util.DaemonThread):
if error is None:
i = params[0]
self.config.fee_estimates[i] = int(result * COIN)
+ self.print_error("fee_estimates[%d]" % i, self.config.fee_estimates[i])
self.notify('fee')
elif method == 'blockchain.relayfee':
if error is None: