RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module

This commit is contained in:
Jeff Garzik
2012-08-21 11:03:38 -04:00
committed by Jeff Garzik
parent e3bc569865
commit c625ae04d2
11 changed files with 215 additions and 197 deletions

View File

@@ -211,6 +211,7 @@ SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \
src/rpcnet.cpp \
src/rpcmining.cpp \
src/rpcwallet.cpp \
src/rpcblockchain.cpp \
src/rpcrawtransaction.cpp \
src/qt/overviewpage.cpp \
src/qt/csvmodelwriter.cpp \