Files
bitcoin/doc/release-notes-35406.md
2026-06-30 14:53:59 -04:00

9 lines
421 B
Markdown

P2P and network changes
-----------------------
- The private-broadcast queue (transactions submitted via `sendrawtransaction`
when `-privatebroadcast` is enabled and not yet echoed back from the network)
is now capped at 10,000 entries. When full, new submissions are rejected. It is
up to the caller to inspect the queue via `getprivatebroadcastinfo` and free
up space when stuck via `abortprivatebroadcast`. (#35406)