Merge #8244: remove unnecessary LOCK(cs_main) in getrawpmempool

27f8126 remove unnecessary LOCK(cs_main) (Daniel Cousens)
pull/8264/head
Wladimir J. van der Laan 9 years ago
commit 1922e5a654
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6

@ -291,8 +291,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();

Loading…
Cancel
Save