]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Mon, 21 Nov 2016 17:30:02 +0000 (14:30 -0300)
committerjl777 <[email protected]>
Mon, 21 Nov 2016 17:30:02 +0000 (14:30 -0300)
src/miner.cpp

index fffbee2991ded8078496c58f11a80bd839e47a0a..7f290770e071de55d4e157da8da94e6247b0d541 100644 (file)
@@ -550,8 +550,8 @@ void static BitcoinMiner(CWallet *pwallet)
         {
             if (chainparams.MiningRequiresPeers())
             {
-                if ( ASSETCHAINS_SEED != 0 && chainActive.Tip()->nHeight < 100 )
-                    break;
+                //if ( ASSETCHAINS_SEED != 0 && chainActive.Tip()->nHeight < 100 )
+                //    break;
                 // Busy-wait for the network to come online so we don't waste time mining
                 // on an obsolete chain. In regtest mode we expect to fly solo.
                 //fprintf(stderr,"Wait for peers...\n");
This page took 0.028844 seconds and 4 git commands to generate.