| 826 | } |
| 827 | |
| 828 | static void try_extend_tip(struct chain_topology *topo) |
| 829 | { |
| 830 | topo->extend_timer = NULL; |
| 831 | if (topo->stopping) |
| 832 | return; |
| 833 | bitcoind_getrawblockbyheight(topo->bitcoind, topo->tip->height + 1, |
| 834 | get_new_block, topo); |
| 835 | } |
| 836 | |
| 837 | static void init_topo(struct bitcoind *bitcoind UNUSED, |
| 838 | struct bitcoin_blkid *blkid UNUSED, |
no outgoing calls
no test coverage detected