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

Function destroy_payment

plugins/xpay/xpay.c:2405–2410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2403}
2404
2405static void destroy_payment(struct payment *payment)
2406{
2407 struct xpay *xpay = xpay_of(payment->plugin);
2408
2409 list_del_from(&xpay->payments, &payment->list);
2410}
2411
2412/* Does NOT set:
2413 * ->maxparts

Callers

nothing calls this directly

Calls 2

xpay_ofFunction · 0.85
list_del_fromFunction · 0.85

Tested by

no test coverage detected