mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Merge branch 'master' of github.com:jedmccaleb/NewCoin
This commit is contained in:
@@ -50,7 +50,6 @@ Json::Value WSConnection::invokeCommand(Json::Value& jvRequest)
|
|||||||
|
|
||||||
// Regular RPC command
|
// Regular RPC command
|
||||||
{
|
{
|
||||||
boost::recursive_mutex::scoped_lock sl(theApp->getMasterLock());
|
|
||||||
jvResult["result"] = mRPCHandler.doCommand(
|
jvResult["result"] = mRPCHandler.doCommand(
|
||||||
jvRequest["command"].asString(),
|
jvRequest["command"].asString(),
|
||||||
jvRequest.isMember("params")
|
jvRequest.isMember("params")
|
||||||
|
|||||||
Reference in New Issue
Block a user