mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-07-12 23:20:23 +02:00
421 B
421 B
P2P and network changes
- The private-broadcast queue (transactions submitted via
sendrawtransactionwhen-privatebroadcastis 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 viagetprivatebroadcastinfoand free up space when stuck viaabortprivatebroadcast. (#35406)