MCPcopy Create free account
hub / github.com/ElementsProject/lightning / bolt11_decode

Function bolt11_decode

lightningd/test/run-invoice-select-inchan.c:25–30  ·  view source on GitHub ↗

Generated stub for bolt11_decode */

Source from the content-addressed store, hash-verified

23{ fprintf(stderr, "bitcoind_getutxout_ called!\n"); abort(); }
24/* Generated stub for bolt11_decode */
25struct 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 */
32struct bolt11 *bolt11_decode_nosig(const tal_t *ctx UNNEEDED, const char *str UNNEEDED,
33 const struct feature_set *our_features UNNEEDED,

Callers 3

json_listsendpaysFunction · 0.50
json_listinvoicesFunction · 0.50
json_decodepayFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected