What changed, and why it matters
This commit only adds a release note documenting that two RPC commands now return a 'method not found' error when a specific optional feature is not enabled. It is purely documentation and contains no code changes.
No action required; this is a documentation-only change. Review the related PR #35267 if assessing the actual RPC behavior change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit creates doc/release-notes-35267.md, a four-line release note stating that getprivatebroadcastinfo and abortprivatebroadcast RPCs return -32601 ‘Method not found’ when -privatebroadcast is not enabled at startup. There are no source-code modifications.
Changed components
doc/release-notes-35267.mdInspect captured patch +4 / −0
diff --git a/doc/release-notes-35267.md b/doc/release-notes-35267.md
new file mode 100644
index 00000000..ff9ad455
--- /dev/null
+++ b/doc/release-notes-35267.md
@@ -0,0 +1,4 @@
+RPC
+---
+
+The `getprivatebroadcastinfo` and `abortprivatebroadcast` RPCs now return an error `-32601`, "Method not found", when `-privatebroadcast` is not enabled at startup.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.