Skip to content

Commit 36baa9f

Browse files
committed
Merge pull request #7013
b3ae384 Remove LOCK(cs_main) from decodescript (Peter Todd)
2 parents e0a5ef8 + b3ae384 commit 36baa9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rpcrawtransaction.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ UniValue decodescript(const UniValue& params, bool fHelp)
506506
+ HelpExampleRpc("decodescript", "\"hexstring\"")
507507
);
508508

509-
LOCK(cs_main);
510509
RPCTypeCheck(params, boost::assign::list_of(UniValue::VSTR));
511510

512511
UniValue r(UniValue::VOBJ);

0 commit comments

Comments
 (0)