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

Function fail_inv

plugins/offers_inv_hook.c:64–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static struct command_result *WARN_UNUSED_RESULT
65fail_inv(struct command *cmd,
66 const struct inv *inv,
67 const char *fmt, ...)
68{
69 va_list ap;
70 struct command_result *ret;
71
72 va_start(ap, fmt);
73 ret = fail_inv_level(cmd, inv, LOG_DBG, fmt, ap);
74 va_end(ap);
75
76 return ret;
77}
78
79static struct command_result *WARN_UNUSED_RESULT
80fail_internalerr(struct command *cmd,

Callers 3

pay_errorFunction · 0.85
listinvreqs_doneFunction · 0.85
handle_invoiceFunction · 0.85

Calls 1

fail_inv_levelFunction · 0.85

Tested by

no test coverage detected