Browse Source

Test

etomic
jl777 8 years ago
parent
commit
3886ffc5ee
  1. 2
      iguana/exchanges/stats.c

2
iguana/exchanges/stats.c

@ -1025,7 +1025,7 @@ int main(int argc, const char * argv[])
printf("DEX stats running\n");
while ( 1 )
{
if ( (filestr= stats_update(logfp,STATS_DEST,statefname,komodofname)) != 0 )
if ( (filestr= stats_update(logfp,STATS_DEST,statefname,komodofile)) != 0 )
{
timestamp = (uint32_t)time(NULL);
leftdatenum = OS_conv_unixtime(&T,&seconds,timestamp - 1024*3600);

Loading…
Cancel
Save