mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-18 11:01:06 +00:00
remove unnecessary LOCK(cs_main)
This commit is contained in:
parent
9f1807af24
commit
27f8126ff3
@ -289,8 +289,6 @@ UniValue getrawmempool(const UniValue& params, bool fHelp)
|
|||||||
+ HelpExampleRpc("getrawmempool", "true")
|
+ HelpExampleRpc("getrawmempool", "true")
|
||||||
);
|
);
|
||||||
|
|
||||||
LOCK(cs_main);
|
|
||||||
|
|
||||||
bool fVerbose = false;
|
bool fVerbose = false;
|
||||||
if (params.size() > 0)
|
if (params.size() > 0)
|
||||||
fVerbose = params[0].get_bool();
|
fVerbose = params[0].get_bool();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user