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

Function negotiation_aborted

openingd/dualopend.c:340–346  ·  view source on GitHub ↗

They failed the open with us */

Source from the content-addressed store, hash-verified

338
339/* They failed the open with us */
340static void negotiation_aborted(struct state *state, const char *why, bool aborted)
341{
342 status_debug("aborted opening negotiation: %s", why);
343
344 /* Tell master that funding failed (don't disconnect if we aborted) */
345 peer_failed_received_errmsg(state->pps, !aborted, why);
346}
347
348/* Softer version of 'warning' (we don't disconnect)
349 * Only valid iff *we* haven't sent tx-sigs for a in-progress

Callers 2

handle_tx_abortFunction · 0.70
opening_negotiate_msgFunction · 0.70

Calls 1

Tested by

no test coverage detected