diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index 97bf5001d..cf76ac9d3 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -171,7 +171,7 @@ int32_t komodo_longestchain() int32_t ht,n=0,num=0,maxheight=0,height = 0; vector vstats; { - LOCK(cs_main); + //LOCK(cs_main); CopyNodeStats(vstats); } BOOST_FOREACH(const CNodeStats& stats, vstats)