Skip to content

Commit d950fa0

Browse files
committed
f - Downgrade doc comment and fix spelling / grammar
1 parent 0cc378f commit d950fa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ pub(crate) const CLTV_CLAIM_BUFFER: u32 = 18;
222222
pub(crate) const LATENCY_GRACE_PERIOD_BLOCKS: u32 = 3;
223223
/// Number of blocks we wait on seeing a HTLC output being solved before we fail corresponding inbound
224224
/// HTLCs. This prevents us from failing backwards and then getting a reorg resulting in us losing money.
225-
/// We use also this delay to be sure we can remove our in-flight claim txn from bump candidates buffer.
226-
/// It may cause spurrious generation of bumped claim txn but that's allright given the outpoint is already
227-
/// solved by a previous claim tx. What we want to avoid is reorg evicting our claim tx and us not
228-
/// keeping bumping another claim tx to solve the outpoint.
225+
// We also use this delay to be sure we can remove our in-flight claim txn from bump candidates buffer.
226+
// It may cause spurious generation of bumped claim txn but that's alright given the outpoint is already
227+
// solved by a previous claim tx. What we want to avoid is reorg evicting our claim tx and us not
228+
// keep bumping another claim tx to solve the outpoint.
229229
pub const ANTI_REORG_DELAY: u32 = 6;
230230
/// Number of blocks before confirmation at which we fail back an un-relayed HTLC or at which we
231231
/// refuse to accept a new HTLC.

0 commit comments

Comments
 (0)