Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ payment_sent
Function
payment_sent
plugins/renepay/payment.c:154–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
struct amount_msat payment_sent(const struct payment *p)
155
{
156
assert(p);
157
return p->total_sent;
158
}
159
struct amount_msat payment_delivered(const struct payment *p)
160
{
161
assert(p);
Callers
1
payment_fees
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected