Network upgrade activation mechanism

This commit is contained in:
Jack Grigg
2018-01-17 11:25:28 +00:00
parent 70109a74e9
commit 780f526bc9
5 changed files with 223 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ BITCOIN_CORE_H = \
compressor.h \
consensus/consensus.h \
consensus/params.h \
consensus/upgrades.h \
consensus/validation.h \
core_io.h \
core_memusage.h \
@@ -354,6 +355,7 @@ libbitcoin_common_a_SOURCES = \
chainparams.cpp \
coins.cpp \
compressor.cpp \
consensus/upgrades.cpp \
core_read.cpp \
core_write.cpp \
hash.cpp \