Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ amount_sat
Class
amount_sat
plugins/funder_policy.c:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
{
54
if (policy->opt == FIXED) {
55
struct amount_sat amt = amount_sat(policy->mod);
56
return tal_fmt(ctx,
"%s (%s)"
,
57
funder_opt_name(policy->opt),
58
fmt_amount_sat(ctx, amt));
Callers
3
funder_policy_desc
Function · 0.70
apply_fuzz
Function · 0.70
apply_policy
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected