Skip to content

Commit 9361415

Browse files
committed
f sp
1 parent ace48df commit 9361415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/chainmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ impl MonitorUpdateId {
9292
/// [`ChainMonitor::channel_monitor_updated`] must be called once for *each* update which occurs.
9393
///
9494
/// If persistence fails for some reason, implementations should still return
95-
/// [`ChannelMonitorUpdateStatus::InProgress`], attempting to shut down or otherwise resolve the
95+
/// [`ChannelMonitorUpdateStatus::InProgress`] and attempt to shut down or otherwise resolve the
9696
/// situation ASAP.
9797
///
9898
/// Third-party watchtowers may be built as a part of an implementation of this trait, with the

0 commit comments

Comments
 (0)