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

Move experimental `HtlcHold` bit from 1053 to 153

Public commit record

What the developer wrote

Authored by Leo Nash

60/100 · Adequate
Move experimental `HtlcHold` bit from 1053 to 153

We prefer to stay within the 0-255 range reserved for bolts, as bits >
255 can be used by bLIPs.
✓ Descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
The short version

What changed, and why it matters

This commit moves an experimental Lightning network feature flag called HtlcHold from bit number 1053 to bit number 153. Feature bits are like numbered flags that tell other nodes what capabilities a node supports. The change is being made because bits 0-255 are reserved for official BOLT specifications, while higher numbers can be used by informal bLIPs. This is a cleanup to keep the experimental feature in the right numbering space and avoid future conflicts. It is not a security patch and does not fix a vulnerability.

Recommended action

No security action required. Treat as a normal protocol housekeeping change. Reviewers may want to verify that the new bit 153 does not conflict with any other defined feature bit in the same crate and that the comment accurately reflects the BOLTs PR numbering.

Security signals we found

01

No vulnerability fix present

02

No memory safety, cryptographic, or authorization change

03

Protocol feature bit renumbering only

04

Experimental feature flag relocation

Risk score

Why this scored 19/100

Our methodology →
Potential impact 2/30
Exploitability 1/25
Stealth signal 1/15
Affected reach 3/15
Confidence 8/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.