private broadcast: add release note for limited cap

This commit is contained in:
Gregory Sanders
2026-05-28 11:44:49 -04:00
committed by Greg Sanders
parent cbf8c107c1
commit 4e29de719e

View File

@@ -0,0 +1,8 @@
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)