test
This commit is contained in:
@@ -1465,7 +1465,7 @@ void komodo_args()
|
|||||||
if ( name.c_str()[0] != 0 )
|
if ( name.c_str()[0] != 0 )
|
||||||
{
|
{
|
||||||
ASSETCHAINS_SUPPLY = GetArg("-ac_supply",10);
|
ASSETCHAINS_SUPPLY = GetArg("-ac_supply",10);
|
||||||
MAX_MONEY = ASSETCHAINS_SUPPLY * COIN;
|
MAX_MONEY = ASSETCHAINS_SUPPLY * SATOSHIDEN;
|
||||||
addn = GetArg("-seednode","");
|
addn = GetArg("-seednode","");
|
||||||
if ( strlen(addn.c_str()) > 0 )
|
if ( strlen(addn.c_str()) > 0 )
|
||||||
ASSETCHAINS_SEED = 1;
|
ASSETCHAINS_SEED = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user