mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
Rather than rebroadcasting forever, bound attempts at private broadcast, report remaining attempts over RPC results, and allow exhausted transactions to be retried when submitted.
500 B
500 B
P2P and network changes
- Each transaction sent via private broadcast (
-privatebroadcast) is limited to 1,000 send attempts. After reaching the limit, broadcasting stops; callsendrawtransactionagain to retry. Transactions that reach the limit remain available throughgetprivatebroadcastinfoandabortprivatebroadcast. (#35680)
Updated RPCs
getprivatebroadcastinfonow reports anattempts_remainingfield for each transaction. (#35680)