Generated stub for invoice_decode */
| 291 | { fprintf(stderr, "htlc_set_fulfill called!\n"); abort(); } |
| 292 | /* Generated stub for invoice_decode */ |
| 293 | struct tlv_invoice *invoice_decode(const tal_t *ctx UNNEEDED, |
| 294 | const char *b12 UNNEEDED, size_t b12len UNNEEDED, |
| 295 | const struct feature_set *our_features UNNEEDED, |
| 296 | const struct chainparams *must_be_chain UNNEEDED, |
| 297 | char **fail UNNEEDED) |
| 298 | { fprintf(stderr, "invoice_decode called!\n"); abort(); } |
| 299 | /* Generated stub for invoice_decode_nosig */ |
| 300 | struct tlv_invoice *invoice_decode_nosig(const tal_t *ctx UNNEEDED, |
| 301 | const char *b12 UNNEEDED, size_t b12len UNNEEDED, |
no test coverage detected