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

Function openchannel_init_err

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

Source from the content-addressed store, hash-verified

955}
956
957static struct command_result *
958openchannel_init_err(struct command *cmd,
959 const char *method,
960 const char *buf,
961 const jsmntok_t *error,
962 struct multifundchannel_destination *dest)
963{
964 fail_destination_tok(dest, buf, error);
965 return openchannel_init_done(dest);
966}
967
968struct command_result *
969openchannel_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