File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1093,17 +1093,17 @@ where
1093
1093
///
1094
1094
/// # `ChannelManager` vs `ChannelMonitor`
1095
1095
///
1096
- /// It's important to distinguish between the *off-chain* management and *on-chain* monitoring of
1096
+ /// It's important to distinguish between the *off-chain* management and *on-chain* enforcement of
1097
1097
/// lightning channels. [`ChannelManager`] exchanges messages with peers to manage the off-chain
1098
1098
/// state of each channel. During this process, it generates a [`ChannelMonitor`] for each channel
1099
1099
/// and a [`ChannelMonitorUpdate`] for each relevant change, notifying its parameterized
1100
1100
/// [`chain::Watch`] of them.
1101
1101
///
1102
1102
/// An implementation of [`chain::Watch`], such as [`ChainMonitor`], is responsible for aggregating
1103
1103
/// these [`ChannelMonitor`]s and applying any [`ChannelMonitorUpdate`]s to them. It then monitors
1104
- /// for any pertinent on-chain activity, broadcasting claims as needed.
1104
+ /// for any pertinent on-chain activity, enforcing claims as needed.
1105
1105
///
1106
- /// This division of off-chain management and on-chain monitoring is what allows for interesting
1106
+ /// This division of off-chain management and on-chain enforcement is what allows for interesting
1107
1107
/// node setups. See the [`chain`] module for further details.
1108
1108
///
1109
1109
/// # Persistence
You can’t perform that action at this time.
0 commit comments