Generated stub for json_add_amount_msat_compat */
| 28 | { fprintf(stderr, "fromwire_channel_id called!\n"); abort(); } |
| 29 | /* Generated stub for json_add_amount_msat_compat */ |
| 30 | void json_add_amount_msat_compat(struct json_stream *result UNNEEDED, |
| 31 | struct amount_msat msat UNNEEDED, |
| 32 | const char *rawfieldname UNNEEDED, |
| 33 | const char *msatfieldname) |
| 34 | |
| 35 | { fprintf(stderr, "json_add_amount_msat_compat called!\n"); abort(); } |
| 36 | /* Generated stub for json_add_amount_msat_only */ |
| 37 | void json_add_amount_msat_only(struct json_stream *result UNNEEDED, |
| 38 | const char *msatfieldname UNNEEDED, |
no test coverage detected