mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Merge branch 'master' of github.com:jedmccaleb/NewCoin
This commit is contained in:
@@ -833,6 +833,9 @@ Json::Value RPCServer::doAccountWalletSet(const Json::Value& params) {
|
||||
|
||||
Json::Value RPCServer::doConnect(const Json::Value& params)
|
||||
{
|
||||
if (theConfig.RUN_STANDALONE)
|
||||
return "cannot connect in standalone mode";
|
||||
|
||||
// connect <ip> [port]
|
||||
std::string strIp;
|
||||
int iPort = -1;
|
||||
|
||||
Reference in New Issue
Block a user