Skip to content

Commit

Permalink
Merge pull request lightningdevkit#3161 from vincenzopalazzo/macros/f…
Browse files Browse the repository at this point in the history
…ix-docs

meta: update docs to reflect the code
  • Loading branch information
TheBlueMatt authored Jul 9, 2024
2 parents f48a273 + eb7f2e3 commit 1a71725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/chan_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ pub struct ChannelPublicKeys {
/// The public key which is used to sign all commitment transactions, as it appears in the
/// on-chain channel lock-in 2-of-2 multisig output.
pub funding_pubkey: PublicKey,
/// The base point which is used (with derive_public_revocation_key) to derive per-commitment
/// The base point which is used (with [`RevocationKey::from_basepoint`]) to derive per-commitment
/// revocation keys. This is combined with the per-commitment-secret generated by the
/// counterparty to create a secret which the counterparty can reveal to revoke previous
/// states.
Expand Down

0 comments on commit 1a71725

Please sign in to comment.