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 @@ -148,7 +148,7 @@ pub trait Persist<ChannelSigner: WriteableEcdsaChannelSigner> {
148148 /// The [`ChannelMonitorUpdate::update_id`] or [`ChannelMonitor::get_latest_update_id`] uniquely
149149 /// links this call to [`ChainMonitor::channel_monitor_updated`].
150150 /// For [`Persist::update_persisted_channel`], it is only necessary to call [`ChainMonitor::channel_monitor_updated`]
151- /// when an [`ChannelMonitorUpdate`] is provided and when you return [`ChannelMonitorUpdateStatus::InProgress`].
151+ /// when a [`ChannelMonitorUpdate`] is provided and when you return [`ChannelMonitorUpdateStatus::InProgress`].
152152 ///
153153 /// See [`Writeable::write`] on [`ChannelMonitor`] for writing out a `ChannelMonitor`,
154154 /// [`Writeable::write`] on [`ChannelMonitorUpdate`] for writing out an update, and
You can’t perform that action at this time.
0 commit comments