Generated stub for parse_amount_sat */
| 86 | { fprintf(stderr, "parse_amount_msat called!\n"); abort(); } |
| 87 | /* Generated stub for parse_amount_sat */ |
| 88 | bool parse_amount_sat(struct amount_sat *sat UNNEEDED, const char *s UNNEEDED, size_t slen UNNEEDED) |
| 89 | { fprintf(stderr, "parse_amount_sat called!\n"); abort(); } |
| 90 | /* Generated stub for towire */ |
| 91 | void towire(u8 **pptr UNNEEDED, const void *data UNNEEDED, size_t len UNNEEDED) |
| 92 | { fprintf(stderr, "towire called!\n"); abort(); } |