| 1005 | struct recover_payload *); |
| 1006 | |
| 1007 | static const char *api_name(const tal_t *ctx, |
| 1008 | const char *subsys, |
| 1009 | const char *api) |
| 1010 | { |
| 1011 | if (api) |
| 1012 | return tal_fmt(ctx, "%s.%s", subsys, api); |
| 1013 | return subsys; |
| 1014 | } |
| 1015 | |
| 1016 | /* Do we output this field? */ |
| 1017 | bool lightningd_deprecated_out_ok(struct lightningd *ld, |
no outgoing calls
no test coverage detected