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

Function option_lease_fee_basis

plugins/funder.c:1195–1201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193}
1194
1195static char *option_lease_fee_basis(const char *arg,
1196 struct funder_policy *policy)
1197{
1198 if (!policy->rates)
1199 policy->rates = default_lease_rates(policy);
1200 return u16_option(arg, &policy->rates->lease_fee_basis);
1201}
1202
1203static char *option_lease_weight_max(const char *arg,
1204 struct funder_policy *policy)

Callers

nothing calls this directly

Calls 2

default_lease_ratesFunction · 0.85
u16_optionFunction · 0.85

Tested by

no test coverage detected