[#PeerManager-Options-max_extra_txs] = xref:PeerManager.adoc[PeerManager]::xref:PeerManager/Options.adoc[Options]::max_extra_txs :relfileprefix: ../../ :mrdocs: Number of non‐mempool transactions to keep around for block reconstruction. Includes orphan, replaced, and rejected transactions. == Synopsis Declared in `<net_processing.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint32_t max_extra_txs = {DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#