| 1580 | } |
| 1581 | |
| 1582 | static 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 | |
| 1590 | void begin_topology(struct chain_topology *topo) |
| 1591 | { |
no test coverage detected