This commit is contained in:
jl777
2016-10-29 13:10:27 -03:00
parent fa627dbecd
commit 928b75a4a4
2 changed files with 5 additions and 5 deletions

View File

@@ -1318,9 +1318,5 @@ void komodo_args()
if ( ASSETCHAINS_SYMBOL[0] != 0 )
komodo_configfile(ASSETCHAINS_SYMBOL,ASSETCHAINS_PORT + 1);
} else ASSETCHAINS_PORT = 8777;
while ( ASSETCHAIN_INIT == 0 )
{
sleep(1);
}
fprintf(stderr,"%s chain params initialized\n",ASSETCHAINS_SYMBOL);
}