mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Merge pull request #3161 from vincenzopalazzo/macros/fix-docs
meta: update docs to reflect the code
This commit is contained in:
commit
1a71725450
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue