Skip to content

Commit 27f8126

Browse files
authored
remove unnecessary LOCK(cs_main)
1 parent 9f1807a commit 27f8126

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rpc/blockchain.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@ UniValue getrawmempool(const UniValue& params, bool fHelp)
289289
+ HelpExampleRpc("getrawmempool", "true")
290290
);
291291

292-
LOCK(cs_main);
293-
294292
bool fVerbose = false;
295293
if (params.size() > 0)
296294
fVerbose = params[0].get_bool();

0 commit comments

Comments
 (0)