Skip to content

Commit

Permalink
Add description for m_test_accept
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed May 20, 2024
1 parent 42d5a1f commit 3be46d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ class MemPoolAccept
* the mempool.
*/
std::vector<COutPoint>& m_coins_to_uncache;
/** When true, the transaction or package will not be submited 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
Expand Down

0 comments on commit 3be46d0

Please sign in to comment.