MCPcopy Create free account
hub / github.com/ElementsProject/lightning / bad_gossip_order

Function bad_gossip_order

gossipd/routing.c:565–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565static 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
575struct chan *new_chan(struct routing_state *rstate,
576 const struct short_channel_id *scid,

Callers 2

handle_channel_updateFunction · 0.85

Calls 2

peer_wire_nameFunction · 0.50
fromwire_peektypeFunction · 0.50

Tested by

no test coverage detected