This commit is contained in:
jl777
2017-01-29 23:36:09 +02:00
parent be47b7c6c6
commit 5710eb3163

View File

@@ -1466,7 +1466,7 @@ void komodo_args()
if ( name.c_str()[0] != 0 )
{
ASSETCHAINS_SUPPLY = GetArg("-ac_supply",10);
MAX_MONEY = ASSETCHAINS_SUPPLY * SATOSHIDEN;
MAX_MONEY = (ASSETCHAINS_SUPPLY+1) * SATOSHIDEN;
addn = GetArg("-seednode","");
if ( strlen(addn.c_str()) > 0 )
ASSETCHAINS_SEED = 1;