mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 09:43:55 +02:00
refactor: Move CTxMemPoolEntry class to its own module
This change nukes the policy/fees->mempool circular dependency. Easy to review using `diff --color-moved=dimmed-zebra`.
This commit is contained in:
@@ -261,6 +261,7 @@ BITCOIN_CORE_H = \
|
||||
torcontrol.h \
|
||||
txdb.h \
|
||||
txmempool.h \
|
||||
txmempool_entry.h \
|
||||
txorphanage.h \
|
||||
txrequest.h \
|
||||
undo.h \
|
||||
@@ -425,6 +426,7 @@ libbitcoin_node_a_SOURCES = \
|
||||
torcontrol.cpp \
|
||||
txdb.cpp \
|
||||
txmempool.cpp \
|
||||
txmempool_entry.cpp \
|
||||
txorphanage.cpp \
|
||||
txrequest.cpp \
|
||||
validation.cpp \
|
||||
@@ -930,6 +932,7 @@ libbitcoinkernel_la_SOURCES = \
|
||||
threadinterrupt.cpp \
|
||||
txdb.cpp \
|
||||
txmempool.cpp \
|
||||
txmempool_entry.cpp \
|
||||
uint256.cpp \
|
||||
util/check.cpp \
|
||||
util/getuniquepath.cpp \
|
||||
|
||||
Reference in New Issue
Block a user