| 1121 | } |
| 1122 | |
| 1123 | static void try_extend_tip(struct chain_topology *topo) |
| 1124 | { |
| 1125 | topo->extend_timer = NULL; |
| 1126 | trace_span_start("extend_tip", topo); |
| 1127 | bitcoind_getrawblockbyheight(topo->request_ctx, topo->bitcoind, topo->tip->height + 1, |
| 1128 | get_new_block, topo); |
| 1129 | } |
| 1130 | |
| 1131 | u32 get_block_height(const struct chain_topology *topo) |
| 1132 | { |
no outgoing calls
no test coverage detected