| 1134 | } |
| 1135 | |
| 1136 | u32 get_network_blockheight(const struct chain_topology *topo) |
| 1137 | { |
| 1138 | if (topo->tip->height > topo->headercount) |
| 1139 | return topo->tip->height; |
| 1140 | else |
| 1141 | return topo->headercount; |
| 1142 | } |
| 1143 | |
| 1144 | u32 feerate_min(struct lightningd *ld, bool *unknown) |
| 1145 | { |
no outgoing calls
no test coverage detected