Skip to content

Commit f0aa603

Browse files
committed
f engrish
1 parent 300748c commit f0aa603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/chainmonitor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ struct MonitorHolder<ChannelSigner: Sign> {
168168
/// The last block height at which no [`UpdateOrigin::ChainSync`] monitor updates were present
169169
/// in `pending_monitor_updates`.
170170
/// If it's been more than [`LATENCY_GRACE_PERIOD_BLOCKS`] since we started waiting on a chain
171-
/// sync event, we let montior events return to `ChannelManager` because we cannot hold them up
171+
/// sync event, we let monitor 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.
174174
last_chain_persist_height: AtomicUsize,

0 commit comments

Comments
 (0)