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

Function put_gossmap

plugins/libplugin-pay.c:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59static void put_gossmap(struct payment *payment)
60{
61 assert(got_gossmap);
62 got_gossmap = false;
63 gossmap_remove_localmods(global_gossmap, payment->mods);
64}
65
66int libplugin_pay_poll(struct pollfd *fds, nfds_t nfds, int timeout)
67{

Callers 3

payment_getrouteFunction · 0.85
routehint_step_cbFunction · 0.85

Calls 1

gossmap_remove_localmodsFunction · 0.85

Tested by

no test coverage detected