Skip to content

Commit a7d13d8

Browse files
committed
f sp
1 parent 7362d1f commit a7d13d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -984,10 +984,10 @@ where
984984
/// A simple atomic flag to ensure only one task at a time can be processing events asynchronously.
985985
pending_events_processor: AtomicBool,
986986

987-
/// If we are running during init (either directly during the dserialization method or in block
988-
/// connection methods which run after deserialization but before normal operation) we cannot
989-
/// provide the user with [`ChannelMonitorUpdate`]s through the normal update flow - prior to
990-
/// normal operation the user may not have loaded the [`ChannelMonitor`]s into their
987+
/// If we are running during init (either directly during the deserialization method or in
988+
/// block connection methods which run after deserialization but before normal operation) we
989+
/// cannot provide the user with [`ChannelMonitorUpdate`]s through the normal update flow -
990+
/// prior to normal operation the user may not have loaded the [`ChannelMonitor`]s into their
991991
/// [`ChainMonitor`] and thus attempting to update it will fail or panic.
992992
///
993993
/// Thus, we place them here to be handled as soon as possible once we are running normally.

0 commit comments

Comments
 (0)