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

@@ -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 \