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

Function openchannel_update_err

plugins/spender/openchannel.c:768–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766}
767
768static struct command_result *
769openchannel_update_err(struct command *cmd,
770 const char *method,
771 const char *buf,
772 const jsmntok_t *error,
773 struct multifundchannel_destination *dest)
774{
775 fail_destination_tok(dest, buf, error);
776 return openchannel_update_returned(dest);
777}
778
779static void
780openchannel_update_dest(struct multifundchannel_destination *dest)

Callers

nothing calls this directly

Calls 2

fail_destination_tokFunction · 0.85

Tested by

no test coverage detected