Allow dev mainnet mining without peers

This commit is contained in:
2026-05-08 10:07:43 -07:00
parent 9318562278
commit bb5350aca5
+1 -1
View File
@@ -217,7 +217,7 @@ public:
convertSeed6(vFixedSeeds, pnSeed6_main, ARRAYLEN(pnSeed6_main));
fMiningRequiresPeers = true;
fMiningRequiresPeers = false;
fAllowMinDifficultyBlocks = false;
fDefaultConsistencyChecks = false;
fRequireStandard = true;