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 97c8ca4 commit 2b015f3Copy full SHA for 2b015f3
lightning/src/ln/channel.rs
@@ -6550,8 +6550,7 @@ impl<SP: Deref> Channel<SP> where
6550
debug_assert!(self.context.holder_commitment_point.is_available());
6551
msgs::ChannelReady {
6552
channel_id: self.context.channel_id(),
6553
- next_per_commitment_point: self.context.holder_commitment_point.current_point()
6554
- .expect("TODO"),
+ next_per_commitment_point: self.context.holder_commitment_point.current_point(),
6555
short_channel_id_alias: Some(self.context.outbound_scid_alias),
6556
}
6557
0 commit comments