Merge pull request #4796
e8b5f0dMove CBlockIndex, CChain and related code out of main (jtimon)6db83dbDecouple CChain from mapBlockIndex (jtimon)
This commit is contained in:
@@ -67,6 +67,7 @@ BITCOIN_CORE_H = \
|
||||
allocators.h \
|
||||
base58.h \
|
||||
bloom.h \
|
||||
chain.h \
|
||||
chainparams.h \
|
||||
chainparamsbase.h \
|
||||
chainparamsseeds.h \
|
||||
@@ -145,6 +146,7 @@ libbitcoin_server_a_SOURCES = \
|
||||
addrman.cpp \
|
||||
alert.cpp \
|
||||
bloom.cpp \
|
||||
chain.cpp \
|
||||
checkpoints.cpp \
|
||||
init.cpp \
|
||||
leveldbwrapper.cpp \
|
||||
|
||||
Reference in New Issue
Block a user