Skip to content

Commit d04a130

Browse files
committed
f sp
1 parent 77e506b commit d04a130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pub struct ChannelMonitorUpdate {
8989
/// [`ChannelMonitorUpdateStatus::InProgress`] have been applied to all copies of a given
9090
/// ChannelMonitor when ChannelManager::channel_monitor_updated is called.
9191
///
92-
/// Note that for [`ChannelMonitorUpdate]`s generated on LDK versions prior to 0.1 after the
92+
/// Note that for [`ChannelMonitorUpdate`]s generated on LDK versions prior to 0.1 after the
9393
/// channel was closed, this value may be [`u64::MAX`]. In that case, multiple updates may
9494
/// appear with the same ID, and all should be replayed.
9595
///

0 commit comments

Comments
 (0)