Skip to content

Commit 7dca3a9

Browse files
authored
Merge pull request #668 from lightning-signer/nit
fix typo
2 parents 1d2d393 + c3a90a2 commit 7dca3a9

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)