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

Function payment_start

plugins/libplugin-pay.c:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 send_outreq(p->plugin, req);
316}
317void payment_start(struct payment *p)
318{
319 payment_start_at_blockheight(p, INVALID_BLOCKHEIGHT);
320}
321
322static void channel_hints_update(struct payment *p,
323 const struct short_channel_id scid,

Callers 5

json_keysendFunction · 0.85
retry_step_cbFunction · 0.85
presplit_cbFunction · 0.85
adaptive_splitter_cbFunction · 0.85

Calls 1

Tested by

no test coverage detected