Skip to content

Commit 6e1774a

Browse files
committed
Fix expect message
1 parent 3ae8c4a commit 6e1774a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6987,7 +6987,7 @@ where
69876987
let commitment_point = self
69886988
.holder_commitment_point
69896989
.current_point()
6990-
.expect("current should be set after receiving the initial commitment_signed");
6990+
.expect("current_point should be set after receiving the initial commitment_signed");
69916991
let (holder_commitment_tx, _) = self.context.validate_commitment_signed(
69926992
pending_splice_funding,
69936993
transaction_number,

0 commit comments

Comments
 (0)