Add description for m_test_accept

This commit is contained in:
Greg Sanders 2024-05-20 09:40:03 -04:00
parent 867f6af803
commit 57ee3029dd

View File

@ -455,6 +455,7 @@ public:
* the mempool. * the mempool.
*/ */
std::vector<COutPoint>& m_coins_to_uncache; std::vector<COutPoint>& m_coins_to_uncache;
/** When true, the transaction or package will not be submitted to the mempool. */
const bool m_test_accept; const bool m_test_accept;
/** Whether we allow transactions to replace mempool transactions by BIP125 rules. If false, /** Whether we allow transactions to replace mempool transactions by BIP125 rules. If false,
* any transaction spending the same inputs as a transaction in the mempool is considered * any transaction spending the same inputs as a transaction in the mempool is considered