test
This commit is contained in:
@@ -106,6 +106,7 @@ bool AppInit(int argc, char* argv[])
|
||||
// komodo_passport_iteration();
|
||||
sleep(1);
|
||||
}
|
||||
printf("initialized %s\n",ASSETCHAINS_SYMBOL);
|
||||
if (!boost::filesystem::is_directory(GetDataDir(false)))
|
||||
{
|
||||
fprintf(stderr, "Error: Specified data directory \"%s\" does not exist.\n", mapArgs["-datadir"].c_str());
|
||||
@@ -140,7 +141,6 @@ bool AppInit(int argc, char* argv[])
|
||||
fDaemon = GetBoolArg("-daemon", false);
|
||||
if (fDaemon)
|
||||
{
|
||||
extern char ASSETCHAINS_SYMBOL[16];
|
||||
fprintf(stdout, "Komodo %s server starting\n",ASSETCHAINS_SYMBOL);
|
||||
|
||||
// Daemonize
|
||||
|
||||
Reference in New Issue
Block a user