Reduce scope of RPC locks and general cleanup (RIPD-458)

This commit is contained in:
Tom Ritchford
2014-07-17 16:36:54 -04:00
parent 58547f6997
commit 4096fcd1bf
70 changed files with 860 additions and 619 deletions

View File

@@ -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;