Skip to content

Commit 2980197

Browse files
committed
f fix broken doclink
1 parent 0378730 commit 2980197

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/chain/chainmonitor.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ struct MonitorHolder<ChannelSigner: Sign> {
152152
/// The full set of pending monitor updates for this Channel.
153153
///
154154
/// 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.
158158
///
159159
/// Beyond the synchronization of updates themselves, we cannot handle user events until after
160160
/// any chain updates have been stored on disk. Thus, we scan this list when returning updates

0 commit comments

Comments
 (0)