File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,9 @@ pub trait Persist<ChannelSigner: EcdsaChannelSigner> {
136
136
/// If an implementer chooses to persist the updates only, they need to make
137
137
/// sure that all the updates are applied to the `ChannelMonitors` *before*
138
138
/// the set of channel monitors is given to the `ChannelManager`
139
- /// deserialization routine. See [`ChannelMonitor::update_monitor`] for
139
+ /// deserialization routine. If there are any gaps in the persisted [`ChannelMonitorUpdate`]s,
140
+ /// implementer can safely ignore [`ChannelMonitorUpdate`]s after the gap and load without them.
141
+ /// See [`ChannelMonitor::update_monitor`] for
140
142
/// applying a monitor update to a monitor. If full `ChannelMonitors` are
141
143
/// persisted, then there is no need to persist individual updates.
142
144
///
You can’t perform that action at this time.
0 commit comments