We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16115cd commit 526d381Copy full SHA for 526d381
lightning/src/chain/keysinterface.rs
@@ -397,7 +397,9 @@ pub trait KeysInterface {
397
/// A type which implements Sign which will be returned by get_channel_signer.
398
type Signer : Sign;
399
400
- /// Get node secret key (aka node_id or network_key) based on the provided [`Recipient`].
+ /// Get node secret key based on the provided [`Recipient`].
401
+ ///
402
+ /// The node_id/network_key is the public key that corresponds to this secret key.
403
///
404
/// This method must return the same value each time it is called with a given `Recipient`
405
/// parameter.
0 commit comments