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

Function find_pending_cannouncement

gossipd/routing.c:798–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798static struct pending_cannouncement *
799find_pending_cannouncement(struct routing_state *rstate,
800 const struct short_channel_id *scid)
801{
802 struct pending_cannouncement *pann;
803
804 pann = pending_cannouncement_map_get(&rstate->pending_cannouncements, scid);
805
806 return pann;
807}
808
809static void destroy_pending_cannouncement(struct pending_cannouncement *pending,
810 struct routing_state *rstate)

Callers 3

handle_channel_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected