| 857 | } |
| 858 | |
| 859 | u32 get_network_blockheight(const struct chain_topology *topo) |
| 860 | { |
| 861 | if (topo->tip->height > topo->headercount) |
| 862 | return topo->tip->height; |
| 863 | else |
| 864 | return topo->headercount; |
| 865 | } |
| 866 | |
| 867 | |
| 868 | u32 try_get_feerate(const struct chain_topology *topo, enum feerate feerate) |
no outgoing calls
no test coverage detected