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 9c02a96 commit b23d3c4Copy full SHA for b23d3c4
lightning/src/chain/keysinterface.rs
@@ -826,8 +826,8 @@ impl KeysManager {
826
Err(_) => panic!("Your rng is busted"),
827
}
828
829
- /// Derive an old set of Sign for per-channel secrets based on a key derivation
830
- /// parameters.
+ /// Derive an old Sign containing per-channel secrets based on a key derivation parameters.
+ ///
831
/// Key derivation parameters are accessible through a per-channel secrets
832
/// Sign::channel_keys_id and is provided inside DynamicOuputP2WSH in case of
833
/// onchain output detection for which a corresponding delayed_payment_key must be derived.
0 commit comments