mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
report fee_estimates to verbose log
similar to how relayfee is logged
This commit is contained in:
parent
6581cd93bb
commit
849a14554b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue