| 93 | } |
| 94 | |
| 95 | static void json_pubkey(const char *name, const struct pubkey *key) |
| 96 | { |
| 97 | json_strfield(name, fmt_pubkey(tmpctx, key)); |
| 98 | } |
| 99 | |
| 100 | static bool enable_superverbose; |
| 101 | static void maybe_print(const char *fmt, ...) |
no test coverage detected