Skip to content

Commit c3a90a2

Browse files
committed
fix typo
1 parent 1d2d393 commit c3a90a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/chan_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ impl PreCalculatedTxCreationKeys {
317317
}
318318

319319
/// The transaction per-commitment point
320-
pub fn per_comitment_point(&self) -> &PublicKey {
320+
pub fn per_commitment_point(&self) -> &PublicKey {
321321
&self.0.per_commitment_point
322322
}
323323
}

0 commit comments

Comments
 (0)