mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user