They failed the open with us */
| 338 | |
| 339 | /* They failed the open with us */ |
| 340 | static 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 |
no test coverage detected