We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6fabd commit 0afc89aCopy full SHA for 0afc89a
lightning/src/chain/keysinterface.rs
@@ -373,8 +373,8 @@ pub trait BaseSign {
373
///
374
/// This data is static, and will never change for a channel once set. For a given [`BaseSign`]
375
/// instance, LDK will call this method exactly once - either immediately after construction
376
- /// (including if done via [`KeysInterface::read_chan_signer`]) or when the funding information
377
- /// has been generated.
+ /// (not including if done via [`KeysInterface::read_chan_signer`]) or when the funding
+ /// information has been generated.
378
379
/// channel_parameters.is_populated() MUST be true.
380
fn provide_channel_parameters(&mut self, channel_parameters: &ChannelTransactionParameters);
0 commit comments