Generated stub for json_add_amount_sat_compat */
| 307 | { fprintf(stderr, "json_add_amount_msat_only called!\n"); abort(); } |
| 308 | /* Generated stub for json_add_amount_sat_compat */ |
| 309 | void json_add_amount_sat_compat(struct json_stream *result UNNEEDED, |
| 310 | struct amount_sat sat UNNEEDED, |
| 311 | const char *rawfieldname UNNEEDED, |
| 312 | const char *msatfieldname) |
| 313 | |
| 314 | { fprintf(stderr, "json_add_amount_sat_compat called!\n"); abort(); } |
| 315 | /* Generated stub for json_add_amount_sat_msat */ |
| 316 | void json_add_amount_sat_msat(struct json_stream *result UNNEEDED, |
| 317 | const char *msatfieldname UNNEEDED, |
no test coverage detected