This commit is contained in:
jl777
2016-11-06 21:14:28 -03:00
parent 3f083c258d
commit c6f7605347

View File

@@ -45,7 +45,7 @@ void WaitForShutdown(boost::thread_group* threadGroup)
MilliSleep(2000);
if ( ASSETCHAINS_SYMBOL[0] != 0 )
komodo_gateway_iteration(ASSETCHAINS_SYMBOL);
else komodo_iteration("EUR");
else komodo_iteration((char *)"EUR");
fShutdown = ShutdownRequested();
}