Browse Source

sleep(10);

z_createrawtransaction
jl777 5 years ago
parent
commit
a13b601d77
  1. 2
      src/cc/games/prices.c

2
src/cc/games/prices.c

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

Loading…
Cancel
Save