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

Function payment_delivered

plugins/renepay/payment.c:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 return p->total_sent;
158}
159struct amount_msat payment_delivered(const struct payment *p)
160{
161 assert(p);
162 return p->total_delivering;
163}
164struct amount_msat payment_amount(const struct payment *p)
165{
166 assert(p);

Callers 1

payment_feesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected