AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Low 33 Bitcoin

routing: increase MinCLTVDelta from 18 to 24 blocks

Public commit record

What the developer wrote

Authored by Olaoluwa Osuntokun

73/100 · Adequate
routing: increase MinCLTVDelta from 18 to 24 blocks

This increases the minimum CLTV delta allowed for invoice creation to
provide more headroom above DefaultFinalCltvRejectDelta (19 blocks).
The previous value of 18 was below the reject threshold, which could
allow users to create invoices with CLTV deltas that would be rejected
when receiving payments.
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This commit tightens a safety setting in LND, the Lightning Network Daemon. It raises the minimum allowed CLTV delta—the time buffer built into Lightning invoices—from 18 to 24 blocks. The old minimum of 18 was below LND's own 19-block rejection threshold, so users could create invoices that other nodes would refuse to pay. The change prevents that mismatch but is a policy adjustment, not a fix for a code vulnerability that lets an attacker steal funds directly.

Recommended action

Treat as a low-risk hardening/policy fix. Operators and integrators should note the new minimum and ensure any tooling or documentation that references the old 18-block floor is updated. No emergency deployment is warranted, but including it in the next maintenance release is reasonable.

Security signals we found

01

Safety threshold raised to stay above internal reject delta

02

Prevents creation of invoices that would be rejected by default routing policy

03

No cryptographic weakness or memory-safety bug present in diff

04

Change is a single constant update with no new validation logic

Risk score

Why this scored 33/100

Our methodology →
Potential impact 8/30
Exploitability 3/25
Stealth signal 4/15
Affected reach 7/15
Confidence 7/10
Evidence quality 4/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.