File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ pub trait Persist<ChannelSigner: WriteableEcdsaChannelSigner> {
152152 /// updated monitor itself to disk/backups. See the [`Persist`] trait documentation for more
153153 /// details.
154154 ///
155- /// During blockchain synchronization operations, this may be called with no
156- /// [`ChannelMonitorUpdate`], in which case the full [`ChannelMonitor`] needs to be persisted.
155+ /// During blockchain synchronization operations, and in some rare cases, this may be called with
156+ /// no [`ChannelMonitorUpdate`], in which case the full [`ChannelMonitor`] needs to be persisted.
157157 /// Note that after the full [`ChannelMonitor`] is persisted any previous
158158 /// [`ChannelMonitorUpdate`]s which were persisted should be discarded - they can no longer be
159159 /// applied to the persisted [`ChannelMonitor`] as they were already applied.
You can’t perform that action at this time.
0 commit comments