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

Function command_still_pending

plugins/libplugin.c:305–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305struct command_result *WARN_UNUSED_RESULT
306command_still_pending(struct command *cmd)
307{
308 if (cmd)
309 notleak_with_children(cmd);
310 return &pending;
311}
312
313struct json_out *json_out_obj(const tal_t *ctx,
314 const char *fieldname,

Callers 15

json_keysendFunction · 0.70
process_getblockhashFunction · 0.70
getrawblockbyheightFunction · 0.70
getchaininfoFunction · 0.70
estimatefees_nextFunction · 0.70
sendrawtransactionFunction · 0.70
getutxoutFunction · 0.70
sendonionmsg_doneFunction · 0.70
payment_rpc_failureFunction · 0.70
payment_getrouteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected