]> Git Repo - VerusCoin.git/commitdiff
Update testnet ac_halving
authorAsher Dawes <[email protected]>
Fri, 7 May 2021 05:11:11 +0000 (22:11 -0700)
committerAsher Dawes <[email protected]>
Fri, 7 May 2021 05:11:11 +0000 (22:11 -0700)
src/komodo_utils.h

index eb04903c0949186c6a5110f92f72b57e23011b2e..3d749034555d4114d6a908e4b3c8fd7775e05fd4 100644 (file)
@@ -1845,7 +1845,7 @@ void komodo_args(char *argv0)
         mapArgs["-ac_supply"] = "5000000000000000";
         mapArgs["-ac_eras"] = "1";
         mapArgs["-ac_reward"] = "1200000000";
-        std::string halving = GetArg("-ac_halving", "1991304"); // this assignment is required for an ARM compiler workaround
+        std::string halving = GetArg("-ac_halving", "2111111"); // this assignment is required for an ARM compiler workaround
         mapArgs["-ac_halving"] = halving;    // allow testing easily with different values here
         mapArgs["-ac_decay"] = "0";
         mapArgs["-ac_options"] = "72";       // OPTION_ID_REFERRALS + OPTION_CANBERESERVE
This page took 0.03721 seconds and 4 git commands to generate.