Skip to content

Commit b23d3c4

Browse files
committed
Fix doc typo introduced in the ChannelKeys->Sign renaming
1 parent 9c02a96 commit b23d3c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/chain/keysinterface.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,8 @@ impl KeysManager {
826826
Err(_) => panic!("Your rng is busted"),
827827
}
828828
}
829-
/// Derive an old set of Sign for per-channel secrets based on a key derivation
830-
/// parameters.
829+
/// Derive an old Sign containing per-channel secrets based on a key derivation parameters.
830+
///
831831
/// Key derivation parameters are accessible through a per-channel secrets
832832
/// Sign::channel_keys_id and is provided inside DynamicOuputP2WSH in case of
833833
/// onchain output detection for which a corresponding delayed_payment_key must be derived.

0 commit comments

Comments
 (0)