File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -926,7 +926,7 @@ where
926
926
/// [`ChannelMonitor`]. With [`ChannelMonitor`] you MUST durably write each
927
927
/// [`ChannelMonitorUpdate`] before returning from
928
928
/// [`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
930
930
/// `ChannelManager` operations from occurring during the serialization process). If the
931
931
/// deserialized version is out-of-date compared to the [`ChannelMonitor`] passed by reference to
932
932
/// [`read`], those channels will be force-closed based on the `ChannelMonitor` state and no funds
You can’t perform that action at this time.
0 commit comments