Refactor proof of work related functions out of main

This commit is contained in:
jtimon
2014-03-10 08:46:53 -07:00
parent 36db6633c3
commit df852d2bcc
9 changed files with 155 additions and 124 deletions

View File

@@ -71,6 +71,7 @@ BITCOIN_CORE_H = \
netbase.h \
net.h \
noui.h \
pow.h \
protocol.h \
rpcclient.h \
rpcprotocol.h \
@@ -121,6 +122,7 @@ libbitcoin_server_a_SOURCES = \
miner.cpp \
net.cpp \
noui.cpp \
pow.cpp \
rpcblockchain.cpp \
rpcmining.cpp \
rpcmisc.cpp \