Browse Source

topo: Remove obsolete FIXME marker

This was addressed in bdb87aa99408b5aed0a9517bdad612a3faff7cd6

Signed-off-by: Christian Decker <decker.christian@gmail.com>
ppa-0.6.1
Christian Decker 7 years ago
parent
commit
37327d31de
  1. 1
      lightningd/chaintopology.c

1
lightningd/chaintopology.c

@ -750,7 +750,6 @@ void setup_topology(struct chain_topology *topo,
memset(&topo->feerate, 0, sizeof(topo->feerate));
topo->timers = timers;
/* FIXME(cdecker) Actually load this from DB */
topo->min_blockheight = min_blockheight;
topo->max_blockheight = max_blockheight;

Loading…
Cancel
Save