Browse Source

chaintopology: fix outdated comment.

Both @cdecker and @SimonVrouwe noted this.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 7 years ago
parent
commit
898655f40c
  1. 4
      lightningd/chaintopology.c

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

Loading…
Cancel
Save