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 6ebe6bf commit 42a1029Copy full SHA for 42a1029
channeld/channeld.c
@@ -5056,7 +5056,6 @@ static void peer_reconnect(struct peer *peer,
5056
if (inflight && (remote_next_funding || local_next_funding)) {
5057
if (!remote_next_funding) {
5058
status_info("Resuming splice negotation.");
5059
- assume_stfu_mode(peer);
5060
resume_splice_negotiation(peer,
5061
false,
5062
true,
@@ -5068,6 +5067,7 @@ static void peer_reconnect(struct peer *peer,
5068
5067
assert(local_next_funding || inflight->remote_tx_sigs);
5069
5070
status_info("Resuming splice negotation");
+ /* If send & receive sigs we must assume stfu */
5071
if (local_next_funding)
5072
assume_stfu_mode(peer);
5073
0 commit comments