Skip to content

Commit

Permalink
Fix doc typo introduced in the ChannelKeys->Sign renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Feb 24, 2021
1 parent 12b6b80 commit 0bb4344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/chain/keysinterface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0bb4344

Please sign in to comment.