KomodoPlatform / komodo-wallet

Komodo Wallet
https://app.komodoplatform.com
239 stars 206 forks source link

[BUG]: DOC/MARTY pair does not have orders on Simple DEX view #2369

Closed kivqa closed 6 months ago

kivqa commented 1 year ago

Describe the bug DOC/MARTY pair does not have orders on Simple DEX view. On PRO view orders work as expected for this pair

To Reproduce

image

Operating Environment(s):

smk762 commented 10 months ago

I've had a look for the root cause of this issue but it escapes me. Will try again after next release.

smk762 commented 8 months ago

confirming this is not due to bestorders response for testcoins, so it must be in the code. I believe this may have been intentional to avoid users buying testcoins for real coins, but this would be better achieved with icons or warnings to indicate testcoins rather than omit them

cipig commented 8 months ago

take a look here: https://github.com/KomodoPlatform/komodo-wallet-desktop/blob/dev/src/core/atomicdex/models/qt.orderbook.proxy.model.cpp#L170 orders are removed if the coin does not have 10k volume... and some other things