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

Function invoice_decode

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

Generated stub for invoice_decode */

Source from the content-addressed store, hash-verified

291{ fprintf(stderr, "htlc_set_fulfill called!\n"); abort(); }
292/* Generated stub for invoice_decode */
293struct 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 */
300struct tlv_invoice *invoice_decode_nosig(const tal_t *ctx UNNEEDED,
301 const char *b12 UNNEEDED, size_t b12len UNNEEDED,

Callers 5

json_listsendpaysFunction · 0.50
prev_paymentFunction · 0.50
json_add_invoice_fieldsFunction · 0.50
invoice_secret_bolt12Function · 0.50
json_listinvoicesFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected