report fee_estimates to verbose log

similar to how relayfee is logged
This commit is contained in:
shsmith 2017-03-01 15:10:03 -08:00
parent 6581cd93bb
commit 849a14554b
1 changed files with 1 additions and 0 deletions

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: