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

Function command_param_failed

plugins/libplugin.c:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123static struct command_result complete, pending;
124
125struct command_result *command_param_failed(void)
126{
127 return &complete;
128}
129
130struct command_result *command_done(void)
131{

Callers 15

json_keysendFunction · 0.70
json_txprepareFunction · 0.70
json_txdiscardFunction · 0.70
json_txsendFunction · 0.70
json_withdrawFunction · 0.70
json_paystatusFunction · 0.70
json_listpaysFunction · 0.70
json_payFunction · 0.70
getrawblockbyheightFunction · 0.70
getchaininfoFunction · 0.70
estimatefeesFunction · 0.70
sendrawtransactionFunction · 0.70

Calls

no outgoing calls

Tested by 2

json_helloworldFunction · 0.40
json_testrpcFunction · 0.40