Browse Source

Test

etomic
jl777 7 years ago
parent
commit
952405aa38
  1. 1
      iguana/exchanges/LP_stats.c

1
iguana/exchanges/LP_stats.c

@ -267,7 +267,6 @@ int32_t LP_statslog_parsequote(char *method,cJSON *lineobj)
gui = "nogui";
base = jstr(lineobj,"base");
rel = jstr(lineobj,"rel");
gui = jstr(lineobj,"gui");
satoshis = j64bits(lineobj,"satoshis");
if ( base == 0 || rel == 0 || satoshis == 0 )
{

Loading…
Cancel
Save