]> Git Repo - VerusCoin.git/blobdiff - src/chainparams.cpp
Latest Zcash bug fixes
[VerusCoin.git] / src / chainparams.cpp
index 788f20988723abd6f2ca4390f38f980f0f53c5aa..d3fd7f66f35f48f0b68b00143c5be6b49acf0cd4 100644 (file)
@@ -201,15 +201,6 @@ public:
         fMineBlocksOnDemand = false;
         fTestnetToBeDeprecatedFieldRPC = false;
 
-//        LogPrintf(">>>>>>>> ac_name = %u\n",GetArg("-ac_name","").c_str());
-
-//        if ( GetArg("-ac_name","").c_str()[0] != 0 )
-//        {
-//        }
-//        else
-//        {
-//        }
-
         if ( pthread_create((pthread_t *)malloc(sizeof(pthread_t)),NULL,chainparams_commandline,(void *)&consensus) != 0 )
         {
 
This page took 0.023777 seconds and 4 git commands to generate.