mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +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:
parent
b5ae4c12c7
commit
898655f40c
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue