aboutsummaryrefslogtreecommitdiff
path: root/src/policy/rbf.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-11-30 10:37:13 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-11-30 10:37:57 +0000
commit38941a703e079709bb465ad1fcde50e11350f8f1 (patch)
treebf60f9f0da4230bf701ef310977e24a51adb3737 /src/policy/rbf.cpp
parent3be21060d6f33fe9bfcf531f1d2921302b5d3c26 (diff)
downloadbitcoin-38941a703e079709bb465ad1fcde50e11350f8f1.tar.xz
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Diffstat (limited to 'src/policy/rbf.cpp')
-rw-r--r--src/policy/rbf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/policy/rbf.cpp b/src/policy/rbf.cpp
index 994e13dd56..3a347b41ed 100644
--- a/src/policy/rbf.cpp
+++ b/src/policy/rbf.cpp
@@ -5,12 +5,12 @@
#include <policy/rbf.h>
#include <consensus/amount.h>
+#include <kernel/mempool_entry.h>
#include <policy/feerate.h>
#include <primitives/transaction.h>
#include <sync.h>
#include <tinyformat.h>
#include <txmempool.h>
-#include <txmempool_entry.h>
#include <uint256.h>
#include <util/moneystr.h>
#include <util/rbf.h>