File tree 1 file changed +2
-2
lines changed
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> {
164
164
/// updated monitor itself to disk/backups. See the [`Persist`] trait documentation for more
165
165
/// details.
166
166
///
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.
169
169
/// Note that after the full [`ChannelMonitor`] is persisted any previous
170
170
/// [`ChannelMonitorUpdate`]s which were persisted should be discarded - they can no longer be
171
171
/// applied to the persisted [`ChannelMonitor`] as they were already applied.
You can’t perform that action at this time.
0 commit comments