We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867f6af commit 57ee302Copy full SHA for 57ee302
src/validation.cpp
@@ -455,6 +455,7 @@ class MemPoolAccept
455
* the mempool.
456
*/
457
std::vector<COutPoint>& m_coins_to_uncache;
458
+ /** When true, the transaction or package will not be submitted to the mempool. */
459
const bool m_test_accept;
460
/** Whether we allow transactions to replace mempool transactions by BIP125 rules. If false,
461
* any transaction spending the same inputs as a transaction in the mempool is considered
0 commit comments