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

Function was_pending

plugins/xpay/xpay.c:218–221  ·  view source on GitHub ↗

Wrapper for pending commands (ignores return) */

Source from the content-addressed store, hash-verified

216
217/* Wrapper for pending commands (ignores return) */
218static void was_pending(const struct command_result *res)
219{
220 assert(res);
221}
222
223/* Recursion, so declare now */
224static struct command_result *getroutes_for(struct command *cmd,

Callers 4

payment_succeededFunction · 0.70
payment_give_upFunction · 0.70
process_utxo_resultFunction · 0.50
sendpsbt_doneFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected