jl777 7 years ago
parent
commit
7f112cfa20
  1. 2
      iguana/exchanges/LP_stats.c

2
iguana/exchanges/LP_stats.c

@ -500,7 +500,7 @@ int32_t LP_statslog_parsequote(char *method,cJSON *lineobj)
satoshis = j64bits(lineobj,"satoshis"); satoshis = j64bits(lineobj,"satoshis");
if ( base == 0 || rel == 0 || satoshis == 0 ) if ( base == 0 || rel == 0 || satoshis == 0 )
{ {
printf("quoteparse_error.(%s)\n",jprint(lineobj,0)); //printf("quoteparse_error.(%s)\n",jprint(lineobj,0));
LP_parse_errors++; LP_parse_errors++;
return(-1); return(-1);
} }

Loading…
Cancel
Save