refactor: Move txmempool_entry.h --> kernel/mempool_entry.h

This commit is contained in:
Hennadii Stepanov
2022-11-30 10:37:13 +00:00
parent 3be21060d6
commit 38941a703e
16 changed files with 20 additions and 20 deletions

View File

@@ -3,10 +3,10 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <bench/bench.h>
#include <kernel/mempool_entry.h>
#include <policy/policy.h>
#include <test/util/setup_common.h>
#include <txmempool.h>
#include <txmempool_entry.h>
static void AddTx(const CTransactionRef& tx, const CAmount& nFee, CTxMemPool& pool) EXCLUSIVE_LOCKS_REQUIRED(cs_main, pool.cs)