From 849a14554b934a8f2073c27b187b5c4d5f3376a2 Mon Sep 17 00:00:00 2001 From: shsmith Date: Wed, 1 Mar 2017 15:10:03 -0800 Subject: [PATCH] report fee_estimates to verbose log similar to how relayfee is logged --- lib/network.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/network.py b/lib/network.py index 1e9e4940..4fa6ee31 100644 --- 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: