Allow dev mainnet mining without peers
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ public:
|
||||
|
||||
convertSeed6(vFixedSeeds, pnSeed6_main, ARRAYLEN(pnSeed6_main));
|
||||
|
||||
fMiningRequiresPeers = true;
|
||||
fMiningRequiresPeers = false;
|
||||
fAllowMinDifficultyBlocks = false;
|
||||
fDefaultConsistencyChecks = false;
|
||||
fRequireStandard = true;
|
||||
|
||||
Reference in New Issue
Block a user