Skip to content

Commit 1a71725

Browse files
authored
Merge pull request #3161 from vincenzopalazzo/macros/fix-docs
meta: update docs to reflect the code
2 parents f48a273 + eb7f2e3 commit 1a71725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/chan_utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ pub struct ChannelPublicKeys {
436436
/// The public key which is used to sign all commitment transactions, as it appears in the
437437
/// on-chain channel lock-in 2-of-2 multisig output.
438438
pub funding_pubkey: PublicKey,
439-
/// The base point which is used (with derive_public_revocation_key) to derive per-commitment
439+
/// The base point which is used (with [`RevocationKey::from_basepoint`]) to derive per-commitment
440440
/// revocation keys. This is combined with the per-commitment-secret generated by the
441441
/// counterparty to create a secret which the counterparty can reveal to revoke previous
442442
/// states.

0 commit comments

Comments
 (0)