Generated stub for json_add_preimage */
| 58 | { fprintf(stderr, "json_add_num called!\n"); abort(); } |
| 59 | /* Generated stub for json_add_preimage */ |
| 60 | void json_add_preimage(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 61 | const struct preimage *preimage UNNEEDED) |
| 62 | { fprintf(stderr, "json_add_preimage called!\n"); abort(); } |
| 63 | /* Generated stub for json_add_secret */ |
| 64 | void json_add_secret(struct json_stream *response UNNEEDED, |
| 65 | const char *fieldname UNNEEDED, |
no test coverage detected