chaintopology: fix outdated comment.

Both @cdecker and @SimonVrouwe noted this.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2018-08-23 21:18:53 +09:30
parent b5ae4c12c7
commit 898655f40c

View file

@ -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);
}