Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion openingd/dualopend.c
Original file line number Diff line number Diff line change
Expand Up @@ -4325,8 +4325,9 @@ int main(int argc, char *argv[])
* writing to REQ_FD */
status_setup_sync(REQ_FD);

/* Init state to not aborted */
/* Init state to not aborted, and not reconnected until we know better */
state->aborted_err = NULL;
state->reconnected = false;

/*~ The very first thing we read from lightningd is our init msg */
msg = wire_sync_read(tmpctx, REQ_FD);
Expand Down
Loading