We have selected this peer to stream us startup gossip */
| 268 | |
| 269 | /* We have selected this peer to stream us startup gossip */ |
| 270 | static void peer_gossip_startup(struct seeker *seeker, struct peer *peer) |
| 271 | { |
| 272 | status_peer_debug(&peer->id, "seeker: chosen as startup peer"); |
| 273 | selected_peer(seeker, peer); |
| 274 | normal_gossip_start(seeker, peer); |
| 275 | } |
| 276 | |
| 277 | static bool peer_has_gossip_queries(const struct peer *peer) |
| 278 | { |
no test coverage detected