Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
static struct command_result complete, pending;
124
125
struct command_result *command_param_failed(void)
126
{
127
return &complete;
128
}
129
130
struct command_result *command_done(void)
131
{
Callers
15
json_keysend
Function · 0.70
json_txprepare
Function · 0.70
json_txdiscard
Function · 0.70
json_txsend
Function · 0.70
json_withdraw
Function · 0.70
json_paystatus
Function · 0.70
json_listpays
Function · 0.70
json_pay
Function · 0.70
getrawblockbyheight
Function · 0.70
getchaininfo
Function · 0.70
estimatefees
Function · 0.70
sendrawtransaction
Function · 0.70
Calls
no outgoing calls
Tested by
2
json_helloworld
Function · 0.40
json_testrpc
Function · 0.40