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

Function uncertainty_channel_cannot_send

plugins/renepay/uncertainty.c:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 chan_extra_can_send(uncertainty->chan_extra_map, &scidd);
64}
65void uncertainty_channel_cannot_send(struct uncertainty *uncertainty,
66 struct short_channel_id scid,
67 int direction)
68{
69 struct short_channel_id_dir scidd = {scid, direction};
70 // FIXME: check error
71 chan_extra_cannot_send(uncertainty->chan_extra_map, &scidd);
72}
73
74int uncertainty_update(struct uncertainty *uncertainty, struct gossmap *gossmap)
75{

Callers 1

route_failure_registerFunction · 0.85

Calls 1

chan_extra_cannot_sendFunction · 0.85

Tested by

no test coverage detected