Skip to content

Commit 86468dc

Browse files
committed
f better docs
1 parent f96ccd9 commit 86468dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ use core::ops::Deref;
5858
use sync::Mutex;
5959

6060
/// An update generated by the underlying Channel itself which contains some new information the
61-
/// ChannelMonitor should be made aware of.
61+
/// [`ChannelMonitor`] should be made aware of.
6262
///
63-
/// Because these represent only a small number of updates to the underlying state, they are
64-
/// generally much smaller than a full [`ChannelMonitor`]. However, for large single commitment
65-
/// transaction updates (e.g. ones during which there are hundreds of HTLCs pending on the
66-
/// commitment transaction), a single update may reach upwards of 1 MiB in serialized size.
63+
/// Because this represents only a small number of updates to the underlying state, it is generally
64+
/// much smaller than a full [`ChannelMonitor`]. However, for large single commitment transaction
65+
/// updates (e.g. ones during which there are hundreds of HTLCs pending on the commitment
66+
/// transaction), a single update may reach upwards of 1 MiB in serialized size.
6767
#[cfg_attr(any(test, fuzzing, feature = "_test_utils"), derive(PartialEq))]
6868
#[derive(Clone)]
6969
#[must_use]

0 commit comments

Comments
 (0)