Generated stub for json_add_sha256 */
| 67 | { fprintf(stderr, "json_add_secret called!\n"); abort(); } |
| 68 | /* Generated stub for json_add_sha256 */ |
| 69 | void json_add_sha256(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 70 | const struct sha256 *hash UNNEEDED) |
| 71 | { fprintf(stderr, "json_add_sha256 called!\n"); abort(); } |
| 72 | /* Generated stub for json_add_short_channel_id */ |
| 73 | void json_add_short_channel_id(struct json_stream *response UNNEEDED, |
| 74 | const char *fieldname UNNEEDED, |
no test coverage detected