1
0

Merge pull request #2220 from shsmith/master

report fee_estimates to verbose log
This commit is contained in:
ThomasV
2017-03-02 04:24:42 +01:00
committed by GitHub

View File

@@ -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: