Skip to content

Commit bb7c177

Browse files
committed
Clarify docs on payment_point slightly
1 parent e9d3033 commit bb7c177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/chan_utils.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@ 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 an immediately spendable primary channel balance in
353-
/// a broadcaster's commitment transactions. This key is static across every commitment
354-
/// transaction.
352+
/// The public key on which the non-broadcaster (ie the countersignatory) receives an immediately
353+
/// spendable primary channel balance on the boradcaster's commitment transaction. This key is
354+
/// static across every commitment transaction.
355355
pub payment_point: PublicKey,
356356
/// The base point which is used (with derive_public_key) to derive a per-commitment payment
357357
/// public key which receives non-HTLC-encumbered funds which are only available for spending

0 commit comments

Comments
 (0)