We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace48df commit 9361415Copy full SHA for 9361415
lightning/src/chain/chainmonitor.rs
@@ -92,7 +92,7 @@ impl MonitorUpdateId {
92
/// [`ChainMonitor::channel_monitor_updated`] must be called once for *each* update which occurs.
93
///
94
/// If persistence fails for some reason, implementations should still return
95
-/// [`ChannelMonitorUpdateStatus::InProgress`], attempting to shut down or otherwise resolve the
+/// [`ChannelMonitorUpdateStatus::InProgress`] and attempt to shut down or otherwise resolve the
96
/// situation ASAP.
97
98
/// Third-party watchtowers may be built as a part of an implementation of this trait, with the
0 commit comments