Browse Source

test

etomic
jl777 7 years ago
parent
commit
08b429e6ee
  1. 1
      iguana/exchanges/LP_transaction.c

1
iguana/exchanges/LP_transaction.c

@ -957,6 +957,7 @@ int32_t LP_vin_select(int32_t *aboveip,int64_t *abovep,int32_t *belowip,int64_t
below = gap;
belowi = i;
}
printf("value %.8f gap %.8f abovei.%d %.8f belowi.%d %.8f\n",dstr(value),dstr(gap),abovei,dstr(above),belowi,dstr(below));
}
*aboveip = abovei;
*abovep = above;

Loading…
Cancel
Save