Browse Source

report fee_estimates to verbose log

similar to how relayfee is logged
283
shsmith 8 years ago
parent
commit
849a14554b
  1. 1
      lib/network.py

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

Loading…
Cancel
Save