Skip to content

Commit

Permalink
Merge pull request #7013
Browse files Browse the repository at this point in the history
b3ae384 Remove LOCK(cs_main) from decodescript (Peter Todd)
  • Loading branch information
laanwj committed Nov 14, 2015
2 parents e0a5ef8 + b3ae384 commit 36baa9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rpcrawtransaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ UniValue decodescript(const UniValue& params, bool fHelp)
+ HelpExampleRpc("decodescript", "\"hexstring\"")
);

LOCK(cs_main);
RPCTypeCheck(params, boost::assign::list_of(UniValue::VSTR));

UniValue r(UniValue::VOBJ);
Expand Down

0 comments on commit 36baa9f

Please sign in to comment.