File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1320,11 +1320,12 @@ pub(super) struct PeerState<SP: Deref> where SP::Target: SignerProvider {
1320
1320
/// entry here to note that the channel with the key's ID is blocked on a set of actions.
1321
1321
actions_blocking_raa_monitor_updates: BTreeMap<ChannelId, Vec<RAAMonitorUpdateBlockingAction>>,
1322
1322
/// The latest [`ChannelMonitor::get_latest_update_id`] value for all closed channels as they
1323
- /// exist on-disk/in our [`chain::Watch`]. This *ignores* all pending updates not yet applied
1324
- /// in [`ChannelManager::pending_background_events`].
1323
+ /// exist on-disk/in our [`chain::Watch`].
1325
1324
///
1326
1325
/// If there are any updates pending in [`Self::in_flight_monitor_updates`] this will contain
1327
- /// the highest `update_id` of all the pending in-flight updates.
1326
+ /// the highest `update_id` of all the pending in-flight updates (note that any pending updates
1327
+ /// not yet applied sitting in [`ChannelManager::pending_background_events`] will also be
1328
+ /// considered as they are also in [`Self::in_flight_monitor_updates`]).
1328
1329
closed_channel_monitor_update_ids: BTreeMap<ChannelId, u64>,
1329
1330
/// The peer is currently connected (i.e. we've seen a
1330
1331
/// [`ChannelMessageHandler::peer_connected`] and no corresponding
You can’t perform that action at this time.
0 commit comments