We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c121e84 commit 9890e6fCopy full SHA for 9890e6f
lightning/src/ln/chan_utils.rs
@@ -349,8 +349,8 @@ pub struct ChannelPublicKeys {
349
/// counterparty to create a secret which the counterparty can reveal to revoke previous
350
/// states.
351
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
+ /// The public key which receives an immediately spendable primary channel balance in
+ /// a counterparty's commitment transactions. This key is static across every commitment
354
/// transaction.
355
pub payment_point: PublicKey,
356
/// The base point which is used (with derive_public_key) to derive a per-commitment payment
0 commit comments