| 1193 | } |
| 1194 | |
| 1195 | static 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 | |
| 1203 | static char *option_lease_weight_max(const char *arg, |
| 1204 | struct funder_policy *policy) |
nothing calls this directly
no test coverage detected