We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a4655 commit fd25a60Copy full SHA for fd25a60
channeld/channeld.c
@@ -5055,7 +5055,6 @@ static void peer_reconnect(struct peer *peer,
5055
if (inflight && (remote_next_funding || local_next_funding)) {
5056
if (!remote_next_funding) {
5057
status_info("Resuming splice negotation.");
5058
- assume_stfu_mode(peer);
5059
resume_splice_negotiation(peer,
5060
false,
5061
true,
@@ -5067,6 +5066,7 @@ static void peer_reconnect(struct peer *peer,
5067
5066
assert(local_next_funding || inflight->remote_tx_sigs);
5068
5069
status_info("Resuming splice negotation");
+ /* If send & receive sigs we must assume stfu */
5070
if (local_next_funding)
5071
assume_stfu_mode(peer);
5072
0 commit comments