]> Git Repo - VerusCoin.git/commitdiff
mining requires peers
authorAsher <[email protected]>
Wed, 13 Nov 2019 21:00:23 +0000 (13:00 -0800)
committerAsher <[email protected]>
Wed, 13 Nov 2019 21:00:23 +0000 (13:00 -0800)
src/chainparams.cpp

index e432afcd4ab06689183ea533d71b3de7f3e5b9d3..c73e80e5d0d4f63ccb7a334078f5b35f108150da 100644 (file)
@@ -201,7 +201,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.024289 seconds and 4 git commands to generate.