Skip to content

Commit ac75f25

Browse files
committed
f - remove errant check
1 parent 411256f commit ac75f25

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
@@ -5814,10 +5814,6 @@ impl<SP: Deref> FundedChannel<SP> where
58145814
{
58155815
self.commitment_signed_check_state()?;
58165816

5817-
if !self.pending_funding.is_empty() {
5818-
return Err(ChannelError::close("Peer sent commitment_signed without a batch when there's a pending splice".to_owned()));
5819-
}
5820-
58215817
let updates = self
58225818
.context
58235819
.validate_commitment_signed(&self.funding, &self.holder_commitment_point, msg, logger)

0 commit comments

Comments
 (0)