]> Git Repo - VerusCoin.git/commitdiff
Change era 3 halving for auto-port change on VRSCTEST
authorMichael Toutonghi <[email protected]>
Wed, 29 May 2019 05:19:57 +0000 (22:19 -0700)
committerMichael Toutonghi <[email protected]>
Wed, 29 May 2019 05:19:57 +0000 (22:19 -0700)
src/komodo_utils.h

index f664aae30a5e10d02c8fa92ed7796f03e46b4316..40a381c4b3f5ef9b8ee737c6b702f9e769ebcf37 100644 (file)
@@ -1790,7 +1790,7 @@ void komodo_args(char *argv0)
         mapArgs["-ac_supply"] = "0";
         mapArgs["-ac_eras"] = "3";
         mapArgs["-ac_reward"] = "50000000000,38400000000,38400000000";
-        mapArgs["-ac_halving"] = GetArg("-ac_halving", "1,43200,43206");    // allow testing easily with different default ports
+        mapArgs["-ac_halving"] = GetArg("-ac_halving", "1,43200,43209");    // allow testing easily with different default ports
         mapArgs["-ac_decay"] = "100000000,0,0";
         mapArgs["-ac_end"] = "10080,226080,0";
         mapArgs["-ac_veruspos"] = "50";
This page took 0.029874 seconds and 4 git commands to generate.