Equibit / wallet-ui

0 stars 1 forks source link

Partially filled orders are not updated in order book #1152

Open Eternali opened 6 years ago

Eternali commented 6 years ago

Currently, if an order is partially filled, the order book will still only display its original quantity. If a user attempts to make an offer greater than the amount remaining in the order an inaccurate system error message is shown.

If an order has partially been filled, the order book should reflect this change in quantity.

toolowerror