File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments