From 898655f40c6e923ebb1be6fa9c480b1a7cffff6c Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 23 Aug 2018 21:18:53 +0930 Subject: [PATCH] chaintopology: fix outdated comment. Both @cdecker and @SimonVrouwe noted this. Signed-off-by: Rusty Russell --- lightningd/chaintopology.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lightningd/chaintopology.c b/lightningd/chaintopology.c index 3b5cd5617..07ac35725 100644 --- a/lightningd/chaintopology.c +++ b/lightningd/chaintopology.c @@ -344,8 +344,8 @@ static void update_feerates(struct bitcoind *bitcoind, } if (topo->feerate_uninitialized) { - /* Moving this forward in time is ok, but feerate smoothing is effectively - * disabled until topo->startup is set to false */ + /* This doesn't mean we *have* a fee estimate, but it does + * mean we tried. */ topo->feerate_uninitialized = false; maybe_completed_init(topo); }