diff --git a/crypto777/OS_time.c b/crypto777/OS_time.c index e930424f6..77300384a 100755 --- a/crypto777/OS_time.c +++ b/crypto777/OS_time.c @@ -591,8 +591,8 @@ int32_t conv_date(int32_t *secondsp,char *date) if ( hour >= 0 && hour < 24 && min >= 0 && min < 60 && sec >= 0 && sec < 60 ) *secondsp = (3600*hour + 60*min + sec); else printf("ERROR: seconds.%d %d %d %d, len.%d\n",*secondsp,hour,min,sec,len); - } - //printf("(%s) -> Y.%d M.%d D.%d %d:%d:%d\n",date,year,month,day,hour,min,sec); + printf("(%s) -> Y.%d M.%d D.%d %d:%d:%d\n",date,year,month,day,hour,min,sec); + } else printf("short len.(%s) from (%s)\n",date,origdate); sprintf(origdate,"%d-%02d-%02d",year,month,day); //2015-07-25T22:34:31Z if ( strcmp(tmpdate,origdate) != 0 ) { diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 89e97f8f3..e3082af25 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -73,6 +73,14 @@ char *issue_LP_clientgetutxos(char *destip,uint16_t destport,char *coin,int32_t //return(retstr); } +conv_date date conversion error (0-06-17) -> () +conv_date date conversion error (0-06-20) -> () +conv_date date conversion error (0-06-18) -> () +conv_date date conversion error (0-06-21) -> () +conv_date date conversion error (0-06-19) -> () +conv_date date conversion error (0-06-22) -> () + +change to nanomsg write only, enforce fee, comms api char *issue_LP_notify(char *destip,uint16_t destport,char *ipaddr,uint16_t port,double profitmargin,int32_t numpeers,int32_t numutxos) { char url[512],*retstr; diff --git a/iguana/orderbooks.h b/iguana/orderbooks.h index e669f6410..ae7be5277 100755 --- a/iguana/orderbooks.h +++ b/iguana/orderbooks.h @@ -3341,6 +3341,7 @@ int32_t prices_idle(int32_t peggyflag,int32_t idlegap) if ( milliseconds() > lastdayupdate + 60000*60 ) { lastdayupdate = milliseconds(); + printf("call ecb_matrix.(%s)\n",dp->edate); if ( (datenum= ecb_matrix(dp->ecbmatrix,dp->edate)) > 0 ) { dp->ecbdatenum = datenum;