Move common global init code to init/common

This commit is contained in:
Russell Yanofsky
2021-04-18 18:56:12 -04:00
parent 13d27b452d
commit a67b54855b
4 changed files with 51 additions and 11 deletions

View File

@@ -156,6 +156,7 @@ BITCOIN_CORE_H = \
index/txindex.h \
indirectmap.h \
init.h \
init/common.h \
interfaces/chain.h \
interfaces/handler.h \
interfaces/node.h \
@@ -520,6 +521,7 @@ libbitcoin_common_a_SOURCES = \
core_read.cpp \
core_write.cpp \
external_signer.cpp \
init/common.cpp \
key.cpp \
key_io.cpp \
merkleblock.cpp \