From eb7f2e345903d23583b86630eeee27e0c9dc3edc Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 9 Jul 2024 12:00:56 +0200 Subject: [PATCH] meta: update docs to reflect the code The code documentation is outdated after the commit 935a716cc6c4fada075e2b740a70bb1b7b349d49 Signed-off-by: Vincenzo Palazzo --- lightning/src/ln/chan_utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5