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 @@ -164,8 +164,8 @@ pub trait Persist<ChannelSigner: WriteableEcdsaChannelSigner> {
164164 /// updated monitor itself to disk/backups. See the [`Persist`] trait documentation for more
165165 /// details.
166166 ///
167- /// During blockchain synchronization operations, this may be called with no
168- /// [`ChannelMonitorUpdate`], in which case the full [`ChannelMonitor`] needs to be persisted.
167+ /// During blockchain synchronization operations, and in some rare cases, this may be called with
168+ /// no [`ChannelMonitorUpdate`], in which case the full [`ChannelMonitor`] needs to be persisted.
169169 /// Note that after the full [`ChannelMonitor`] is persisted any previous
170170 /// [`ChannelMonitorUpdate`]s which were persisted should be discarded - they can no longer be
171171 /// applied to the persisted [`ChannelMonitor`] as they were already applied.
You can’t perform that action at this time.
0 commit comments