KOMODO_DPOWCONFS

This commit is contained in:
jl777
2018-10-14 12:44:34 -11:00
parent a079cdbc6c
commit ade1fc54a8
3 changed files with 4 additions and 2 deletions

View File

@@ -1709,6 +1709,8 @@ void komodo_args(char *argv0)
ASSETCHAINS_HALVING *= 5;
fprintf(stderr,"PIRATE halving changed to %d %.1f days\n",(int32_t)ASSETCHAINS_HALVING,(double)ASSETCHAINS_HALVING/1440);
}
else if ( strcmp("VRSC",ASSETCHAINS_SYMBOL) == 0 )
KOMODO_DPOWCONFS = 0;
} else BITCOIND_RPCPORT = GetArg("-rpcport", BaseParams().RPCPort());
}