diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-11-30 10:37:13 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-11-30 10:37:57 +0000 |
commit | 38941a703e079709bb465ad1fcde50e11350f8f1 (patch) | |
tree | bf60f9f0da4230bf701ef310977e24a51adb3737 /src/txmempool.h | |
parent | 3be21060d6f33fe9bfcf531f1d2921302b5d3c26 (diff) |
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Diffstat (limited to 'src/txmempool.h')
-rw-r--r-- | src/txmempool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h index d48327e5dc..dd28a84c23 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -20,12 +20,12 @@ #include <coins.h> #include <consensus/amount.h> #include <indirectmap.h> +#include <kernel/mempool_entry.h> #include <policy/feerate.h> #include <policy/packages.h> #include <primitives/transaction.h> #include <random.h> #include <sync.h> -#include <txmempool_entry.h> #include <util/epochguard.h> #include <util/hasher.h> |