sleep(10);

This commit is contained in:
jl777
2019-03-27 00:20:17 -11:00
parent a0667c2488
commit a13b601d77

View File

@@ -54,9 +54,9 @@ void *gamesiterate(struct games_state *rs)
if ( rs->guiflag != 0 )
{
#ifdef STANDALONE
sleep(10);
price = get_btcusd();
fprintf(stderr,"price %llu %.8f\n",(long long)price,(double)price/SATOSHIDEN);
sleep(10);
/*if ( (counter++ % 10) == 0 )
doupdate();
c = games_readevent(rs);