File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -984,10 +984,10 @@ where
984
984
/// A simple atomic flag to ensure only one task at a time can be processing events asynchronously.
985
985
pending_events_processor : AtomicBool ,
986
986
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
991
991
/// [`ChainMonitor`] and thus attempting to update it will fail or panic.
992
992
///
993
993
/// Thus, we place them here to be handled as soon as possible once we are running normally.
You can’t perform that action at this time.
0 commit comments