We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcacf85 commit 3dbabbfCopy full SHA for 3dbabbf
lightning/src/ln/chan_utils.rs
@@ -436,7 +436,7 @@ pub struct ChannelPublicKeys {
436
/// The public key which is used to sign all commitment transactions, as it appears in the
437
/// on-chain channel lock-in 2-of-2 multisig output.
438
pub funding_pubkey: PublicKey,
439
- /// 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
440
/// revocation keys. This is combined with the per-commitment-secret generated by the
441
/// counterparty to create a secret which the counterparty can reveal to revoke previous
442
/// states.
0 commit comments