diff --git a/src/validation.cpp b/src/validation.cpp index 1d9d5ae7532..6e06d0c07cd 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -455,6 +455,7 @@ public: * the mempool. */ std::vector& m_coins_to_uncache; + /** When true, the transaction or package will not be submitted to the mempool. */ const bool m_test_accept; /** 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