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

Function command_fail

wallet/test/run-wallet.c:93–96  ·  view source on GitHub ↗

Generated stub for command_fail */

Source from the content-addressed store, hash-verified

91{ fprintf(stderr, "channel_update_reserve called!\n"); abort(); }
92/* Generated stub for command_fail */
93struct command_result *command_fail(struct command *cmd UNNEEDED, enum jsonrpc_errcode code UNNEEDED,
94 const char *fmt UNNEEDED, ...)
95
96{ fprintf(stderr, "command_fail called!\n"); abort(); }
97/* Generated stub for command_param_failed */
98struct command_result *command_param_failed(void)
99

Callers 11

param_newaddrFunction · 0.50
json_newaddrFunction · 0.50
json_signpsbtFunction · 0.50
sendpsbt_doneFunction · 0.50
json_sendpsbtFunction · 0.50
json_reserveinputsFunction · 0.50
finish_psbtFunction · 0.50
json_fundpsbtFunction · 0.50
param_txoutFunction · 0.50
json_utxopsbtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected