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 @@ -165,9 +165,9 @@ struct MonitorHolder<ChannelSigner: Sign> {
165
165
/// processed the closure event, we set this to true and return PermanentFailure for any other
166
166
/// chain::Watch events.
167
167
channel_perm_failed : AtomicBool ,
168
- /// The last block height at which which no [`UpdateOrigin::ChainSync`] monitor updates were
169
- /// present in `pending_monitor_updates`.
170
- /// If its been more than [`LATENCY_GRACE_PERIOD_BLOCKS`] since we started waiting on a chain
168
+ /// The last block height at which no [`UpdateOrigin::ChainSync`] monitor updates were present
169
+ /// in `pending_monitor_updates`.
170
+ /// If it's been more than [`LATENCY_GRACE_PERIOD_BLOCKS`] since we started waiting on a chain
171
171
/// sync event, we let montior events return to `ChannelManager` because we cannot hold them up
172
172
/// forever or we'll end up with HTLC preimages waiting to feed back into an upstream channel
173
173
/// forever, risking funds loss.
You can’t perform that action at this time.
0 commit comments