Generated stub for bolt11_decode */
| 23 | { fprintf(stderr, "bitcoind_getutxout_ called!\n"); abort(); } |
| 24 | /* Generated stub for bolt11_decode */ |
| 25 | struct bolt11 *bolt11_decode(const tal_t *ctx UNNEEDED, const char *str UNNEEDED, |
| 26 | const struct feature_set *our_features UNNEEDED, |
| 27 | const char *description UNNEEDED, |
| 28 | const struct chainparams *must_be_chain UNNEEDED, |
| 29 | char **fail UNNEEDED) |
| 30 | { fprintf(stderr, "bolt11_decode called!\n"); abort(); } |
| 31 | /* Generated stub for bolt11_decode_nosig */ |
| 32 | struct bolt11 *bolt11_decode_nosig(const tal_t *ctx UNNEEDED, const char *str UNNEEDED, |
| 33 | const struct feature_set *our_features UNNEEDED, |
no test coverage detected