remove unnecessary LOCK(cs_main)

This commit is contained in:
Daniel Cousens 2016-06-23 12:44:53 +10:00 committed by GitHub
parent 9f1807af24
commit 27f8126ff3
1 changed files with 0 additions and 2 deletions

View File

@ -289,8 +289,6 @@ UniValue getrawmempool(const UniValue& params, bool fHelp)
+ HelpExampleRpc("getrawmempool", "true")
);
LOCK(cs_main);
bool fVerbose = false;
if (params.size() > 0)
fVerbose = params[0].get_bool();