We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bb94a commit 4725103Copy full SHA for 4725103
lightning/src/chain/chainmonitor.rs
@@ -168,7 +168,7 @@ struct MonitorHolder<ChannelSigner: Sign> {
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
- /// sync event, we let montior events return to `ChannelManager` because we cannot hold them up
+ /// sync event, we let monitor events return to `ChannelManager` because we cannot hold them up
172
/// forever or we'll end up with HTLC preimages waiting to feed back into an upstream channel
173
/// forever, risking funds loss.
174
last_chain_persist_height: AtomicUsize,
0 commit comments