Nothing we do in doTx requires the master lock.

This commit is contained in:
David Schwartz
2013-10-03 10:55:42 -07:00
parent 1ba0139683
commit b3b22d7595

View File

@@ -1837,6 +1837,8 @@ Json::Value RPCHandler::doTxHistory (Json::Value params, LoadType* loadType, App
// }
Json::Value RPCHandler::doTx (Json::Value params, LoadType* loadType, Application::ScopedLockType& masterLockHolder)
{
masterLockHolder.unlock ();
if (!params.isMember ("transaction"))
return rpcError (rpcINVALID_PARAMS);