Skip to content

Commit 04ab453

Browse files
committed
f - use enforcement
1 parent a8cc623 commit 04ab453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,8 +1072,8 @@ where
10721072
///
10731073
/// [`ChannelManager`] is parameterized by a number of components, which in aggregate facilitate
10741074
/// sending, forwarding, and receiving payments through lightning channels.
1075-
/// - [`chain::Watch`] (typically [`ChainMonitor`]) for on-chain monitoring of transactions relevant
1076-
/// to each channel
1075+
/// - [`chain::Watch`] (typically [`ChainMonitor`]) for on-chain monitoring and enforcement of each
1076+
/// channel
10771077
/// - [`BroadcasterInterface`] for broadcasting transactions related to opening, funding, and
10781078
/// closing channels
10791079
/// - [`EntropySource`] for providing random data needed for cryptographic operations

0 commit comments

Comments
 (0)