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

Function fail_destination

plugins/spender/multifundchannel.c:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42static void fail_destination(struct multifundchannel_destination *dest)
43{
44 dest->fail_state = dest->state;
45 dest->state = MULTIFUNDCHANNEL_FAILED;
46}
47
48void fail_destination_tok(struct multifundchannel_destination *dest,
49 const char *buf,

Callers 2

fail_destination_tokFunction · 0.85
fail_destination_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected