This commit is contained in:
jed
2012-06-11 14:03:12 -07:00
parent 31e72cad12
commit 6b741530a3

View File

@@ -1132,7 +1132,7 @@ Json::Value RPCServer::doPeers(Json::Value& params)
{ {
// peers // peers
Json::Value obj(Json::objectValue); Json::Value obj(Json::objectValue);
obj['peers']=theApp->getConnectionPool().getPeersJson(); obj["peers"]=theApp->getConnectionPool().getPeersJson();
return obj; return obj;
} }