Move ::nMaxTipAge into ChainstateManager

This commit is contained in:
MacroFake
2022-07-20 18:16:30 +02:00
parent ba441d493c
commit faf44876db
8 changed files with 53 additions and 14 deletions

View File

@@ -198,6 +198,7 @@ BITCOIN_CORE_H = \
node/blockstorage.h \
node/caches.h \
node/chainstate.h \
node/chainstatemanager_args.h \
node/coin.h \
node/connection_types.h \
node/context.h \
@@ -381,6 +382,7 @@ libbitcoin_node_a_SOURCES = \
node/blockstorage.cpp \
node/caches.cpp \
node/chainstate.cpp \
node/chainstatemanager_args.cpp \
node/coin.cpp \
node/connection_types.cpp \
node/context.cpp \