From 57ee3029ddadaee5cb48224e0a87f704b7971bd8 Mon Sep 17 00:00:00 2001 From: Greg Sanders Date: Mon, 20 May 2024 09:40:03 -0400 Subject: [PATCH] Add description for m_test_accept --- src/validation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/validation.cpp b/src/validation.cpp index 1d9d5ae753..6e06d0c07c 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