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

Function shutdown_complete

openingd/dualopend.c:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315static bool shutdown_complete(const struct state *state)
316{
317 return state->shutdown_sent[LOCAL]
318 && state->shutdown_sent[REMOTE];
319}
320
321/* They failed the open with us */
322static void negotiation_aborted(struct state *state, const char *why)

Callers 2

opening_negotiate_msgFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected