File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ pub struct InMemoryChannelKeys {
276
276
funding_key : SecretKey ,
277
277
/// Local secret key for blinded revocation pubkey
278
278
revocation_base_key : SecretKey ,
279
- /// Local secret key used in commitment txn generated by us (for broadcast by our counterparty)
279
+ /// Local secret key used for our balance in remote-broadcasted commitment transactions
280
280
payment_key : SecretKey ,
281
281
/// Local secret key used in HTLC tx
282
282
delayed_payment_base_key : SecretKey ,
Original file line number Diff line number Diff line change @@ -277,8 +277,9 @@ pub struct ChannelPublicKeys {
277
277
/// a commitment transaction so that their counterparty can claim all available funds if they
278
278
/// broadcast an old state.
279
279
pub revocation_basepoint : PublicKey ,
280
- /// The public key which receives immediately-spendable non-HTLC-encumbered funds. This key is
281
- /// static across every commitment transaction.
280
+ /// The public key which receives our immediately spendable primary channel balance in
281
+ /// remote-broadcasted commitment transactions. This key is static across every commitment
282
+ /// transaction.
282
283
pub payment_point : PublicKey ,
283
284
/// The base point which is used (with derive_public_key) to derive a per-commitment payment
284
285
/// 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