mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reduce scope of RPC locks and general cleanup (RIPD-458)
This commit is contained in:
@@ -179,8 +179,8 @@ static Json::Value signPayment(
|
||||
// submit the tranaction
|
||||
//
|
||||
Json::Value transactionSign (
|
||||
Json::Value params, bool bSubmit, bool bFailHard,
|
||||
Application::ScopedLockType& mlh, NetworkOPs& netOps, int role)
|
||||
Json::Value params, bool bSubmit, bool bFailHard, NetworkOPs& netOps,
|
||||
int role)
|
||||
{
|
||||
Json::Value jvResult;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user