File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -349,9 +349,9 @@ pub struct ChannelPublicKeys {
349
349
/// counterparty to create a secret which the counterparty can reveal to revoke previous
350
350
/// states.
351
351
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.
355
355
pub payment_point : PublicKey ,
356
356
/// The base point which is used (with derive_public_key) to derive a per-commitment payment
357
357
/// public key which receives non-HTLC-encumbered funds which are only available for spending
You can’t perform that action at this time.
0 commit comments