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

Function openchannel_init_err

plugins/spender/openchannel.c:966–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966static struct command_result *
967openchannel_init_err(struct command *cmd,
968 const char *buf,
969 const jsmntok_t *error,
970 struct multifundchannel_destination *dest)
971{
972 fail_destination_tok(dest, buf, error);
973 return openchannel_init_done(dest);
974}
975
976struct command_result *
977openchannel_init_dest(struct multifundchannel_destination *dest)

Callers

nothing calls this directly

Calls 2

fail_destination_tokFunction · 0.85
openchannel_init_doneFunction · 0.85

Tested by

no test coverage detected