Generated stub for json_to_txid */
| 161 | { fprintf(stderr, "json_to_short_channel_id called!\n"); abort(); } |
| 162 | /* Generated stub for json_to_txid */ |
| 163 | bool json_to_txid(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
| 164 | struct bitcoin_txid *txid UNNEEDED) |
| 165 | { fprintf(stderr, "json_to_txid called!\n"); abort(); } |
| 166 | /* Generated stub for json_tok_bin_from_hex */ |
| 167 | u8 *json_tok_bin_from_hex(const tal_t *ctx UNNEEDED, const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED) |
| 168 | { fprintf(stderr, "json_tok_bin_from_hex called!\n"); abort(); } |
no test coverage detected