You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lightning/src/ln/channel.rs
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2153,7 +2153,7 @@ where
2153
2153
// Not having a signing session implies they've already sent `splice_locked`,
2154
2154
// which must always come after the initial commitment signed is sent.
2155
2155
.unwrap_or(true);
2156
-
let res: Result<(Option<ChannelMonitor<<<SP as Deref>::Target as SignerProvider>::EcdsaSigner>>, Option<ChannelMonitorUpdate>), ChannelError> = if has_negotiated_pending_splice && !session_received_commitment_signed {
2156
+
let res = if has_negotiated_pending_splice && !session_received_commitment_signed {
0 commit comments