aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2023-09-05 13:45:09 +0100
committerglozow <gloriajzhao@gmail.com>2023-09-13 13:01:59 +0100
commitcf5f1faa037e9a40a5029cc7dd4ee61454b62466 (patch)
tree73a90d41abb7adbf0888e4ed9286289bb6b4fa84 /src/Makefile.am
parent2765d6f3434c101fe2d46e9313e540aa680fbd77 (diff)
downloadbitcoin-cf5f1faa037e9a40a5029cc7dd4ee61454b62466.tar.xz
MOVEONLY: DisconnectedBlockTransactions to its own file
This struct is only used in validation + tests and has very little to do with txmempool.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index feed4a0061..fa063dac85 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -186,6 +186,7 @@ BITCOIN_CORE_H = \
kernel/coinstats.h \
kernel/context.h \
kernel/cs_main.h \
+ kernel/disconnected_transactions.h \
kernel/mempool_entry.h \
kernel/mempool_limits.h \
kernel/mempool_options.h \