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

Function disabledmap_channel_is_warned

plugins/renepay/disabledmap.c:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool disabledmap_channel_is_warned(struct disabledmap *p,
85 struct short_channel_id_dir scidd)
86{
87 return scidd_map_get(p->warned_map, &scidd) != NULL;
88}
89
90bitmap *tal_disabledmap_get_bitmap(const tal_t *ctx, struct disabledmap *p,
91 const struct gossmap *gossmap)

Callers 1

payment_warn_chanFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected