aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
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/Makefile.am
parent3be21060d6f33fe9bfcf531f1d2921302b5d3c26 (diff)
downloadbitcoin-38941a703e079709bb465ad1fcde50e11350f8f1.tar.xz
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2e2da54b2d..cff194b0fd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -177,6 +177,7 @@ BITCOIN_CORE_H = \
kernel/checks.h \
kernel/coinstats.h \
kernel/context.h \
+ kernel/mempool_entry.h \
kernel/mempool_limits.h \
kernel/mempool_options.h \
kernel/mempool_persist.h \
@@ -263,7 +264,6 @@ BITCOIN_CORE_H = \
torcontrol.h \
txdb.h \
txmempool.h \
- txmempool_entry.h \
txorphanage.h \
txrequest.h \
undo.h \