This commit is contained in:
jl777
2016-12-03 11:28:36 -03:00
parent d3b5faf9a6
commit c023699ab5
3 changed files with 15 additions and 12 deletions

View File

@@ -1450,6 +1450,8 @@ void komodo_args()
if ( strlen(NOTARY_PUBKEY.c_str()) == 66 )
USE_EXTERNAL_PUBKEY = 1;
name = GetArg("-ac_name","");
if ( (KOMODO_REWIND= GetArg("-rewind",0)) != 0 )
printf("KOMODO REWIND.%d\n",KOMODO_REWIND);
if ( name.c_str()[0] != 0 )
{
ASSETCHAINS_SUPPLY = GetArg("-ac_supply",10);