We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cc623 commit 04ab453Copy full SHA for 04ab453
lightning/src/ln/channelmanager.rs
@@ -1072,8 +1072,8 @@ where
1072
///
1073
/// [`ChannelManager`] is parameterized by a number of components, which in aggregate facilitate
1074
/// sending, forwarding, and receiving payments through lightning channels.
1075
-/// - [`chain::Watch`] (typically [`ChainMonitor`]) for on-chain monitoring of transactions relevant
1076
-/// to each channel
+/// - [`chain::Watch`] (typically [`ChainMonitor`]) for on-chain monitoring and enforcement of each
+/// channel
1077
/// - [`BroadcasterInterface`] for broadcasting transactions related to opening, funding, and
1078
/// closing channels
1079
/// - [`EntropySource`] for providing random data needed for cryptographic operations
0 commit comments