Skip to content

Commit 8cb4f85

Browse files
committed
f ticks
1 parent 036e0b5 commit 8cb4f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ where
926926
/// [`ChannelMonitor`]. With [`ChannelMonitor`] you MUST durably write each
927927
/// [`ChannelMonitorUpdate`] before returning from
928928
/// [`chain::Watch::watch_channel`]/[`update_channel`] or before completing async writes. With
929-
/// ChannelManagers, writing updates happens out-of-band (and will prevent any other
929+
/// `ChannelManager`s, writing updates happens out-of-band (and will prevent any other
930930
/// `ChannelManager` operations from occurring during the serialization process). If the
931931
/// deserialized version is out-of-date compared to the [`ChannelMonitor`] passed by reference to
932932
/// [`read`], those channels will be force-closed based on the `ChannelMonitor` state and no funds

0 commit comments

Comments
 (0)