-LOCK cs_main

This commit is contained in:
jl777
2018-04-27 13:19:33 +03:00
parent 22d345ec44
commit 49d6f80679

View File

@@ -92,7 +92,7 @@ UniValue getinfo(const UniValue& params, bool fHelp)
//#ifdef ENABLE_WALLET //#ifdef ENABLE_WALLET
// LOCK2(cs_main, pwalletMain ? &pwalletMain->cs_wallet : NULL); // LOCK2(cs_main, pwalletMain ? &pwalletMain->cs_wallet : NULL);
//#else //#else
LOCK(cs_main); // LOCK(cs_main);
//#endif //#endif
proxyType proxy; proxyType proxy;