Skip to content

Commit 9890e6f

Browse files
author
Antoine Riard
committed
Fix old payment_point comment
1 parent c121e84 commit 9890e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/chan_utils.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ pub struct ChannelPublicKeys {
349349
/// counterparty to create a secret which the counterparty can reveal to revoke previous
350350
/// states.
351351
pub revocation_basepoint: PublicKey,
352-
/// The public key which receives our immediately spendable primary channel balance in
353-
/// counterparty-broadcasted commitment transactions. This key is static across every commitment
352+
/// The public key which receives an immediately spendable primary channel balance in
353+
/// a counterparty's commitment transactions. This key is static across every commitment
354354
/// transaction.
355355
pub payment_point: PublicKey,
356356
/// The base point which is used (with derive_public_key) to derive a per-commitment payment

0 commit comments

Comments
 (0)