Move internal miner/block creation to separate miner.cpp module.

Public functions referenced elsewhere are added to miner.h.
This commit is contained in:
Jeff Garzik
2013-07-31 09:43:35 -04:00
parent 18946846d5
commit d247a5d130
12 changed files with 700 additions and 668 deletions

View File

@@ -157,6 +157,7 @@ HEADERS += src/qt/bitcoingui.h \
src/serialize.h \
src/core.h \
src/main.h \
src/miner.h \
src/net.h \
src/key.h \
src/db.h \
@@ -240,6 +241,7 @@ SOURCES += src/qt/bitcoin.cpp \
src/core.cpp \
src/main.cpp \
src/init.cpp \
src/miner.cpp \
src/net.cpp \
src/bloom.cpp \
src/checkpoints.cpp \