Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
c6f7605347
  1. 2
      src/bitcoind.cpp

2
src/bitcoind.cpp

@ -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();
}

Loading…
Cancel
Save