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

Function command_param_failed

lightningd/jsonrpc.c:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45static struct command_result param_failed, complete, pending, unknown;
46
47struct command_result *command_param_failed(void)
48{
49 return &param_failed;
50}
51
52/* We immediately respond with success if we reach here. */
53struct command_result *command_check_done(struct command *cmd)

Callers 15

json_openchannel_abortFunction · 0.70
json_openchannel_bumpFunction · 0.70
json_openchannel_signedFunction · 0.70
json_openchannel_updateFunction · 0.70
json_openchannel_initFunction · 0.70
json_queryratesFunction · 0.70
json_feeratesFunction · 0.70
json_parse_feerateFunction · 0.70
json_waitFunction · 0.70
json_signmessageFunction · 0.70
json_checkmessageFunction · 0.70
json_listpeersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected