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