]> Git Repo - VerusCoin.git/blobdiff - src/chainparamsbase.h
test
[VerusCoin.git] / src / chainparamsbase.h
index cebe7aa01a93688f0195e26716f2dd1a684016d2..4369d0aef7e3c7dae75062c37fb6e33c899d20fe 100644 (file)
@@ -19,7 +19,6 @@ public:
         MAIN,
         TESTNET,
         REGTEST,
-        UNITTEST,
 
         MAX_NETWORK_TYPES
     };
@@ -35,8 +34,8 @@ protected:
 };
 
 /**
- * Return the currently selected parameters. This won't change after app startup
- * outside of the unit tests.
+ * Return the currently selected parameters. This won't change after app
+ * startup, except for unit tests.
  */
 const CBaseChainParams& BaseParams();
 
This page took 0.022248 seconds and 4 git commands to generate.