What changed, and why it matters
This commit only updates release note wording for a previous feature change. It does not modify any executable code, network behavior, or data handling. There is no security issue here.
Recommended action
No action needed; this is a documentation-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit edits doc/release-notes-35634.md to simplify and generalize the description of a disk-space optimization for the -txospenderindex. It references prior pull requests #35634 and #35568. No code is changed.
Changed components
Not specified
Inspect captured patch +4 / −5
diff --git a/doc/release-notes-35634.md b/doc/release-notes-35634.md
index ccbd7fd7..2398305b 100644
--- a/doc/release-notes-35634.md
+++ b/doc/release-notes-35634.md
@@ -1,9 +1,8 @@
Indexes
-------
-- The transaction output spender index (`-txospenderindex`) now stores one byte
- less per spender entry for newly indexed blocks. Existing indexes remain
- compatible and no action is required. To apply the same saving to entries
- indexed before upgrading, stop the node, delete the
+- The transaction output spender index (`-txospenderindex`) now uses less disk
+ space. Existing indexes remain compatible and no action is required. To reclaim
+ the space for data indexed before upgrading, stop the node, delete the
`<datadir>/indexes/txospenderindex/` directory, and restart with
- `-txospenderindex` enabled to rebuild it.
+ `-txospenderindex` enabled to rebuild it. (#35634, #35568)
Risk score
Our methodology →Why this scored 15/100
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.