Consensus: Refactor: Introduce Consensus::Params class

This commit is contained in:
Jorge Timón
2015-02-11 11:58:11 +01:00
parent cbb2cf5522
commit bd006110fb
4 changed files with 70 additions and 49 deletions

View File

@@ -87,6 +87,7 @@ BITCOIN_CORE_H = \
coins.h \
compat.h \
compressor.h \
consensus/params.h \
core_io.h \
wallet/db.h \
eccryptoverify.h \