KomodoPlatform / komodo-wallet-mobile

KomodoWallet Mobile codebase
https://komodoplatform.com
MIT License
21 stars 31 forks source link

Fix advanced swap order book showing incorrect values #119

Closed takenagain closed 3 months ago

takenagain commented 4 months ago

Fixes #118 by

The maximum volume of the base coin is used with the orderbook v2 endpoint, leading to incorrect values where the received coin is displayed as more than the maximum volume or less than the requested volume.

Before:

image

After:

image

Desktop:

image