Refactor proof of work related functions out of main
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user