mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
chaintopology: fix outdated comment.
Both @cdecker and @SimonVrouwe noted this. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user