| 563 | } |
| 564 | |
| 565 | static void bad_gossip_order(const u8 *msg, |
| 566 | const struct peer *peer, |
| 567 | const char *details) |
| 568 | { |
| 569 | status_peer_debug(peer ? &peer->id : NULL, |
| 570 | "Bad gossip order: %s before announcement %s", |
| 571 | peer_wire_name(fromwire_peektype(msg)), |
| 572 | details); |
| 573 | } |
| 574 | |
| 575 | struct chan *new_chan(struct routing_state *rstate, |
| 576 | const struct short_channel_id *scid, |
no test coverage detected