mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-01 08:44:02 +02:00
[net] Move eviction logic to its own file
This commit is contained in:
@@ -149,6 +149,7 @@ BITCOIN_CORE_H = \
|
||||
dbwrapper.h \
|
||||
deploymentinfo.h \
|
||||
deploymentstatus.h \
|
||||
node/eviction.h \
|
||||
external_signer.h \
|
||||
flatfile.h \
|
||||
fs.h \
|
||||
@@ -371,6 +372,7 @@ libbitcoin_node_a_SOURCES = \
|
||||
node/coin.cpp \
|
||||
node/connection_types.cpp \
|
||||
node/context.cpp \
|
||||
node/eviction.cpp \
|
||||
node/interfaces.cpp \
|
||||
node/miner.cpp \
|
||||
node/minisketchwrapper.cpp \
|
||||
|
||||
Reference in New Issue
Block a user