diff --git a/lightningd/chaintopology.c b/lightningd/chaintopology.c index 2060d18cd..3b418cfbc 100644 --- a/lightningd/chaintopology.c +++ b/lightningd/chaintopology.c @@ -309,7 +309,7 @@ static void update_feerates(struct bitcoind *bitcoind, continue; /* Initial smoothed feerate is the polled feerate */ - if (topo->feerate_uninitialized) { + if (!topo->feerate[i]) { old_feerates[i] = feerate; log_debug(topo->log, "Smoothed feerate estimate for %s initialized to polled estimate %u",