BTER error handling for small amounts

Issue #151 resolved
Desrever Nu created an issue

The BTER wrapper is currently not handling at least one error correctly.

Try to enter an order with a very small amount

 testSell(0.001, 0.004, Constant.NBT_BTC);

The wrapper will throw an exception ( msg => Your order size is too small. The minimum is 0.0001 =

Comments (3)

  1. Log in to comment