Generated stub for json_add_txid */
| 386 | { fprintf(stderr, "json_add_tx called!\n"); abort(); } |
| 387 | /* Generated stub for json_add_txid */ |
| 388 | void json_add_txid(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 389 | const struct bitcoin_txid *txid UNNEEDED) |
| 390 | { fprintf(stderr, "json_add_txid called!\n"); abort(); } |
| 391 | /* Generated stub for json_add_u32 */ |
| 392 | void json_add_u32(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 393 | uint32_t value UNNEEDED) |
no test coverage detected