]> Git Repo - VerusCoin.git/commitdiff
Mining requires peers, ok for mainnet
authormiketout <[email protected]>
Sat, 11 Jul 2020 21:46:21 +0000 (14:46 -0700)
committermiketout <[email protected]>
Sat, 11 Jul 2020 21:46:21 +0000 (14:46 -0700)
src/chainparams.cpp

index d1fb91fac52e060b449926528d00f3d6836f4c9e..248f9aa3d0e74bc92158437aa3e4f7efaac64725 100644 (file)
@@ -202,7 +202,7 @@ public:
 
         vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_main, pnSeed6_main + ARRAYLEN(pnSeed6_main));
 
-        //fMiningRequiresPeers = true;
+        fMiningRequiresPeers = true;
         fDefaultConsistencyChecks = false;
         fRequireStandard = true;
         fMineBlocksOnDemand = false;
This page took 0.027334 seconds and 4 git commands to generate.