Browse Source

remove unnecessary LOCK(cs_main)

0.13
Daniel Cousens 8 years ago committed by GitHub
parent
commit
27f8126ff3
  1. 2
      src/rpc/blockchain.cpp

2
src/rpc/blockchain.cpp

@ -289,8 +289,6 @@ UniValue getrawmempool(const UniValue& params, bool fHelp) @@ -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();

Loading…
Cancel
Save