mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 23:45:51 +00:00
Don't hold the master lock.
This commit is contained in:
@@ -1751,6 +1751,8 @@ Json::Value RPCHandler::doConsensusInfo (Json::Value, LoadType* loadType, Scoped
|
||||
|
||||
Json::Value RPCHandler::doFetchInfo (Json::Value jvParams, LoadType* loadType, ScopedLock& MasterLockHolder)
|
||||
{
|
||||
MasterLockHolder.unlock ();
|
||||
|
||||
Json::Value ret (Json::objectValue);
|
||||
|
||||
if (jvParams.isMember("clear") && jvParams["clear"].asBool())
|
||||
|
||||
Reference in New Issue
Block a user