From: Vincenzo Palazzo Date: Tue, 9 Jul 2024 10:00:56 +0000 (+0200) Subject: meta: update docs to reflect the code X-Git-Tag: v0.0.124-beta~57^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=eb7f2e345903d23583b86630eeee27e0c9dc3edc;p=rust-lightning meta: update docs to reflect the code The code documentation is outdated after the commit 935a716cc6c4fada075e2b740a70bb1b7b349d49 Signed-off-by: Vincenzo Palazzo --- diff --git a/lightning/src/ln/chan_utils.rs b/lightning/src/ln/chan_utils.rs index b7d3aec39..ffdbfe919 100644 --- a/lightning/src/ln/chan_utils.rs +++ b/lightning/src/ln/chan_utils.rs @@ -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.