| 88 | } |
| 89 | |
| 90 | static void json_hex_talfield(const char *name, const u8 *val) |
| 91 | { |
| 92 | json_strfield(name, tal_hexstr(tmpctx, val, tal_bytelen(val))); |
| 93 | } |
| 94 | |
| 95 | static void json_pubkey(const char *name, const struct pubkey *key) |
| 96 | { |
no test coverage detected