From: Matt Corallo Date: Mon, 22 Feb 2021 16:59:17 +0000 (-0500) Subject: Fix doc typo introduced in the ChannelKeys->Sign renaming X-Git-Tag: v0.0.13~17^2~4 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=commitdiff_plain;h=c21b866c6088b4171e798cdad286df06906b8388 Fix doc typo introduced in the ChannelKeys->Sign renaming --- diff --git a/lightning/src/chain/keysinterface.rs b/lightning/src/chain/keysinterface.rs index 26654d7a..89557b43 100644 --- a/lightning/src/chain/keysinterface.rs +++ b/lightning/src/chain/keysinterface.rs @@ -826,8 +826,8 @@ impl KeysManager { Err(_) => panic!("Your rng is busted"), } } - /// Derive an old set of Sign for per-channel secrets based on a key derivation - /// parameters. + /// Derive an old Sign containing per-channel secrets based on a key derivation parameters. + /// /// Key derivation parameters are accessible through a per-channel secrets /// Sign::channel_keys_id and is provided inside DynamicOuputP2WSH in case of /// onchain output detection for which a corresponding delayed_payment_key must be derived.