| 40 | } |
| 41 | |
| 42 | bool jsonfmt_funding_option(struct command *cmd, |
| 43 | struct json_stream *js, |
| 44 | const char *fieldname, |
| 45 | enum funder_opt *opt) |
| 46 | { |
| 47 | json_add_string(js, fieldname, funder_opt_name(*opt)); |
| 48 | return true; |
| 49 | } |
| 50 | |
| 51 | const char *funder_policy_desc(const tal_t *ctx, |
| 52 | const struct funder_policy *policy) |
nothing calls this directly
no test coverage detected