mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
Move ::nPruneTarget into BlockManager
This commit is contained in:
@@ -174,6 +174,7 @@ BITCOIN_CORE_H = \
|
||||
interfaces/ipc.h \
|
||||
interfaces/node.h \
|
||||
interfaces/wallet.h \
|
||||
kernel/blockmanager_opts.h \
|
||||
kernel/chain.h \
|
||||
kernel/chainstatemanager_opts.h \
|
||||
kernel/checks.h \
|
||||
@@ -200,6 +201,7 @@ BITCOIN_CORE_H = \
|
||||
netbase.h \
|
||||
netgroup.h \
|
||||
netmessagemaker.h \
|
||||
node/blockmanager_args.h \
|
||||
node/blockstorage.h \
|
||||
node/caches.h \
|
||||
node/chainstate.h \
|
||||
@@ -387,6 +389,7 @@ libbitcoin_node_a_SOURCES = \
|
||||
net.cpp \
|
||||
net_processing.cpp \
|
||||
netgroup.cpp \
|
||||
node/blockmanager_args.cpp \
|
||||
node/blockstorage.cpp \
|
||||
node/caches.cpp \
|
||||
node/chainstate.cpp \
|
||||
|
||||
Reference in New Issue
Block a user