| 1322 | } |
| 1323 | |
| 1324 | static 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 | |
| 1331 | struct chaininfo_once { |
| 1332 | const char *chain; |
no test coverage detected