mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-28 12:50:17 +02:00
Merge pull request #7013
b3ae384 Remove LOCK(cs_main) from decodescript (Peter Todd)
This commit is contained in:
commit
36baa9f475
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user