|
|
@ -1134,6 +1134,7 @@ char *stats_update(FILE *logfp,char *destdir,char *statefname,char *komodofname) |
|
|
|
return(jprint(retjson,1)); |
|
|
|
} |
|
|
|
|
|
|
|
#ifndef FROM_PRIVATEBET |
|
|
|
int main(int argc, const char * argv[]) |
|
|
|
{ |
|
|
|
struct tai T; uint32_t timestamp; struct DEXstats_disp prices[365]; int32_t i,n,seconds,leftdatenum; FILE *fp,*logfp; char *filestr,*retstr,*statefname,logfname[512],komodofile[512]; uint16_t port = LP_RPCPORT; |
|
|
@ -1184,3 +1185,4 @@ int main(int argc, const char * argv[]) |
|
|
|
return 0; |
|
|
|
} |
|
|
|
#endif |
|
|
|
#endif |
|
|
|