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

Function command_param_failed

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

Source from the content-addressed store, hash-verified

42static struct command_result param_failed, complete, pending, unknown;
43
44struct command_result *command_param_failed(void)
45{
46 return &param_failed;
47}
48
49struct command_result *command_its_complicated(const char *relationship_details
50 UNNEEDED)

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_listconfigsFunction · 0.70
json_feeratesFunction · 0.70
json_parse_feerateFunction · 0.70
json_signmessageFunction · 0.70
json_checkmessageFunction · 0.70
json_listpeersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected