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 3ae8c4a commit d94baaeCopy full SHA for d94baae
lightning/src/ln/channel.rs
@@ -6987,7 +6987,7 @@ where
6987
let commitment_point = self
6988
.holder_commitment_point
6989
.current_point()
6990
- .expect("current should be set after receiving the initial commitment_signed");
+ .expect("current_point should be set for channels initiating splicing");
6991
let (holder_commitment_tx, _) = self.context.validate_commitment_signed(
6992
pending_splice_funding,
6993
transaction_number,
0 commit comments