mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-07-12 15:11:12 +02:00
private broadcast: add release note for limited cap
This commit is contained in:
committed by
Greg Sanders
parent
cbf8c107c1
commit
4e29de719e
8
doc/release-notes-35406.md
Normal file
8
doc/release-notes-35406.md
Normal 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)
|
||||
Reference in New Issue
Block a user