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

Function command_param_failed

wallet/test/run-wallet.c:98–100  ·  view source on GitHub ↗

Generated stub for command_param_failed */

Source from the content-addressed store, hash-verified

96{ fprintf(stderr, "command_fail called!\n"); abort(); }
97/* Generated stub for command_param_failed */
98struct command_result *command_param_failed(void)
99
100{ fprintf(stderr, "command_param_failed called!\n"); abort(); }
101/* Generated stub for command_still_pending */
102struct command_result *command_still_pending(struct command *cmd)
103

Callers 11

json_newaddrFunction · 0.50
json_listaddrsFunction · 0.50
json_listfundsFunction · 0.50
json_dev_rescan_outputsFunction · 0.50
json_listtransactionsFunction · 0.50
json_signpsbtFunction · 0.50
json_sendpsbtFunction · 0.50
json_reserveinputsFunction · 0.50
json_unreserveinputsFunction · 0.50
json_fundpsbtFunction · 0.50
json_utxopsbtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected