Skip to content

Commit eb7f2e3

Browse files
meta: update docs to reflect the code
The code documentation is outdated after the commit 935a716 Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent bcacf85 commit eb7f2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/chan_utils.rs

Lines changed: 1 addition & 1 deletion
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)