We load this on demand, since we can start before gossipd. */
| 23 | |
| 24 | /* We load this on demand, since we can start before gossipd. */ |
| 25 | static struct gossmap *get_gossmap(void) |
| 26 | { |
| 27 | gossmap_refresh(global_gossmap, NULL); |
| 28 | return global_gossmap; |
| 29 | } |
| 30 | |
| 31 | /* Convenience global since route_score_fuzz doesn't take args. 0 to 1. */ |
| 32 | static double fuzz; |
no test coverage detected