We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e506b commit d04a130Copy full SHA for d04a130
lightning/src/chain/channelmonitor.rs
@@ -89,7 +89,7 @@ pub struct ChannelMonitorUpdate {
89
/// [`ChannelMonitorUpdateStatus::InProgress`] have been applied to all copies of a given
90
/// ChannelMonitor when ChannelManager::channel_monitor_updated is called.
91
///
92
- /// Note that for [`ChannelMonitorUpdate]`s generated on LDK versions prior to 0.1 after the
+ /// Note that for [`ChannelMonitorUpdate`]s generated on LDK versions prior to 0.1 after the
93
/// channel was closed, this value may be [`u64::MAX`]. In that case, multiple updates may
94
/// appear with the same ID, and all should be replayed.
95
0 commit comments