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

Function remove_unknown_scid

gossipd/seeker.c:926–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924}
925
926bool remove_unknown_scid(struct seeker *seeker,
927 const struct short_channel_id *scid,
928 bool found /*FIXME: use this info!*/)
929{
930 return uintmap_del(&seeker->unknown_scids, scid->u64);
931}
932
933bool add_unknown_scid(struct seeker *seeker,
934 const struct short_channel_id *scid,

Callers 1

handle_txout_replyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected