Create new rpcnet module, and move 'getconnectioncount' RPC to it

This commit is contained in:
Jeff Garzik
2012-06-28 23:18:38 -04:00
committed by Jeff Garzik
parent 5fa83965f2
commit 70ab73a008
7 changed files with 27 additions and 11 deletions

View File

@@ -206,6 +206,7 @@ SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \
src/qt/walletmodel.cpp \
src/bitcoinrpc.cpp \
src/rpcdump.cpp \
src/rpcnet.cpp \
src/qt/overviewpage.cpp \
src/qt/csvmodelwriter.cpp \
src/crypter.cpp \