File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,9 +152,9 @@ struct MonitorHolder<ChannelSigner: Sign> {
152
152
/// The full set of pending monitor updates for this Channel.
153
153
///
154
154
/// Note that this lock must be held during updates to prevent a race where we call
155
- /// update_persisted_channel, the user returns a [`UpdateInProgress`], and then calls
156
- /// channel_monitor_updated immediately, racing our insertion of the pending update into the
157
- /// contained Vec.
155
+ /// update_persisted_channel, the user returns a
156
+ /// [`ChannelMonitorUpdateResult::UpdateInProgress`], and then calls channel_monitor_updated
157
+ /// immediately, racing our insertion of the pending update into the contained Vec.
158
158
///
159
159
/// Beyond the synchronization of updates themselves, we cannot handle user events until after
160
160
/// any chain updates have been stored on disk. Thus, we scan this list when returning updates
You can’t perform that action at this time.
0 commit comments