MCPcopy Create free account
hub / github.com/ElementsProject/lightning / fixup_scan

Function fixup_scan

lightningd/chaintopology.c:1582–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1580}
1581
1582static void fixup_scan(struct chain_topology *topo)
1583{
1584 log_info(topo->ld->log, "Scanning for missed UTXOs from block %u", topo->old_block_scan);
1585 bitcoind_getrawblockbyheight(topo, topo->bitcoind,
1586 topo->old_block_scan,
1587 fixup_scan_block, topo);
1588}
1589
1590void begin_topology(struct chain_topology *topo)
1591{

Callers 1

begin_topologyFunction · 0.85

Calls 1

log_infoClass · 0.85

Tested by

no test coverage detected