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