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

Function retry_sync

lightningd/chaintopology.c:1324–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1322}
1323
1324static void retry_sync(struct chain_topology *topo)
1325{
1326 topo->checkchain_timer = NULL;
1327 bitcoind_getchaininfo(topo->request_ctx, topo->bitcoind, get_block_height(topo),
1328 retry_sync_getchaininfo_done, topo);
1329}
1330
1331struct chaininfo_once {
1332 const char *chain;

Callers 1

begin_topologyFunction · 0.85

Calls 1

get_block_heightFunction · 0.70

Tested by

no test coverage detected