Skip to content

Commit fd25a60

Browse files
ddustinrustyrussell
authored andcommitted
splice: reestablish should only assume stfu in one case
1 parent 07a4655 commit fd25a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channeld/channeld.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5055,7 +5055,6 @@ static void peer_reconnect(struct peer *peer,
50555055
if (inflight && (remote_next_funding || local_next_funding)) {
50565056
if (!remote_next_funding) {
50575057
status_info("Resuming splice negotation.");
5058-
assume_stfu_mode(peer);
50595058
resume_splice_negotiation(peer,
50605059
false,
50615060
true,
@@ -5067,6 +5066,7 @@ static void peer_reconnect(struct peer *peer,
50675066
assert(local_next_funding || inflight->remote_tx_sigs);
50685067

50695068
status_info("Resuming splice negotation");
5069+
/* If send & receive sigs we must assume stfu */
50705070
if (local_next_funding)
50715071
assume_stfu_mode(peer);
50725072
resume_splice_negotiation(peer,

0 commit comments

Comments
 (0)