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

Function openchannel_update_err

plugins/spender/openchannel.c:758–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758static struct command_result *
759openchannel_update_err(struct command *cmd,
760 const char *buf,
761 const jsmntok_t *error,
762 struct multifundchannel_destination *dest)
763{
764 fail_destination_tok(dest, buf, error);
765 return openchannel_update_returned(dest);
766}
767
768static void
769openchannel_update_dest(struct multifundchannel_destination *dest)

Callers

nothing calls this directly

Calls 2

fail_destination_tokFunction · 0.85

Tested by

no test coverage detected