Skip to content

Commit 0afc89a

Browse files
committed
f lol oops
1 parent ec6fabd commit 0afc89a

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
@@ -373,8 +373,8 @@ pub trait BaseSign {
373373
///
374374
/// This data is static, and will never change for a channel once set. For a given [`BaseSign`]
375375
/// 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.
376+
/// (not including if done via [`KeysInterface::read_chan_signer`]) or when the funding
377+
/// information has been generated.
378378
///
379379
/// channel_parameters.is_populated() MUST be true.
380380
fn provide_channel_parameters(&mut self, channel_parameters: &ChannelTransactionParameters);

0 commit comments

Comments
 (0)