Skip to content

Commit 0d59368

Browse files
committed
f engrish
1 parent 5885d3f commit 0d59368

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
@@ -165,9 +165,9 @@ struct MonitorHolder<ChannelSigner: Sign> {
165165
/// processed the closure event, we set this to true and return PermanentFailure for any other
166166
/// chain::Watch events.
167167
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
171171
/// sync event, we let montior events return to `ChannelManager` because we cannot hold them up
172172
/// forever or we'll end up with HTLC preimages waiting to feed back into an upstream channel
173173
/// forever, risking funds loss.

0 commit comments

Comments
 (0)