RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module

This commit is contained in:
Jeff Garzik
2012-08-21 10:38:57 -04:00
committed by Jeff Garzik
parent a483c27704
commit e3bc569865
8 changed files with 1489 additions and 1437 deletions

View File

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