jl777 7 years ago
parent
commit
0400dc6604
  1. 2
      iguana/exchanges/LP_utxo.c

2
iguana/exchanges/LP_utxo.c

@ -339,7 +339,7 @@ int32_t LP_address_minmax(int32_t iambob,uint64_t *medianp,uint64_t *minp,uint64
}
}
} else printf("sort error? max %.8f != %.8f\n",dstr(max),dstr(buf[0]));
printf("vs. max %.8f %s maxp %.8f median %.8f\n",dstr(max),coin->symbol,*maxp,*medianp);
printf("vs. max %.8f %s maxp %.8f median %.8f\n",dstr(max),coin->symbol,dstr(*maxp),dstr(*medianp));
}
else
{

Loading…
Cancel
Save