Browse Source

Test

etomic
jl777 8 years ago
parent
commit
ffb2c405b1
  1. 4
      iguana/exchanges/stats.c

4
iguana/exchanges/stats.c

@ -1040,10 +1040,10 @@ int main(int argc, const char * argv[])
if ( (filestr= stats_update(logfp,STATS_DEST,statefname,komodofile)) != 0 ) if ( (filestr= stats_update(logfp,STATS_DEST,statefname,komodofile)) != 0 )
{ {
timestamp = (uint32_t)time(NULL); timestamp = (uint32_t)time(NULL);
leftdatenum = OS_conv_unixtime(&T,&seconds,timestamp - 1024*3600); leftdatenum = OS_conv_unixtime(&T,&seconds,timestamp - 30*24*3600);
//printf("%u: leftdatenum.%d %s\n",timestamp,leftdatenum,filestr); //printf("%u: leftdatenum.%d %s\n",timestamp,leftdatenum,filestr);
memset(prices,0,sizeof(prices)); memset(prices,0,sizeof(prices));
if ( (retstr= stats_prices("KMD","BTC",prices,leftdatenum,1024/24+1)) != 0 ) if ( (retstr= stats_prices("KMD","BTC",prices,leftdatenum,30+1)) != 0 )
{ {
//printf("%s\n",retstr); //printf("%s\n",retstr);
free(retstr); free(retstr);

Loading…
Cancel
Save