Skip to content

Commit 7ffbe4a

Browse files
committed
f - remove errant check
1 parent 0ab79a6 commit 7ffbe4a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lightning/src/ln/channel.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5736,10 +5736,6 @@ impl<SP: Deref> FundedChannel<SP> where
57365736
{
57375737
self.commitment_signed_check_state()?;
57385738

5739-
if !self.pending_funding.is_empty() {
5740-
return Err(ChannelError::close("Peer sent commitment_signed without a batch when there's a pending splice".to_owned()));
5741-
}
5742-
57435739
let updates = self
57445740
.context
57455741
.validate_commitment_signed(&self.funding, &self.holder_commitment_point, msg, logger)

0 commit comments

Comments
 (0)