Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: You don't have enough funds #2486

Open
TheComputerGenie opened this issue Oct 23, 2024 · 2 comments
Open

[BUG]: You don't have enough funds #2486

TheComputerGenie opened this issue Oct 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@TheComputerGenie
Copy link

image

To Reproduce
Steps to reproduce the behavior:

  1. Open v0.8.0-beta (or any version - this isn't the first time I've talked about this or posted images of it; would include links but being banned disallows me to find them)
  2. try to make a trade
  3. Hover over any book order
  4. See error

Expected behavior
When one has 100k coins they aren't told they don't have more than 0.0097 of them

Operating Environment(s):

  • OS: Ubuntu
  • OS version: 22.04 LTS (Jammy)
  • Komodo Wallet Desktop Version: v0.8.0-beta
  • Build branch: whatever branches are made from

Hiding bugs don't fix them or make them go away

@TheComputerGenie TheComputerGenie added the bug Something isn't working label Oct 23, 2024
@cipig
Copy link
Member

cipig commented Jan 13, 2025

issue is for https://github.com/KomodoPlatform/komodo-wallet-desktop
when you switch orderbooks it takes a while till app processes the max_taker_vol call (https://komodoplatform.com/en/docs/komodo-defi-framework/api/legacy/max_taker_vol/) ... the call will return a value that is lower then your balance, since when you sell those coins/tokens it involves txfees
if you wait few seconds, the error goes away

@TheComputerGenie
Copy link
Author

TheComputerGenie commented Jan 13, 2025

issue is for https://github.com/KomodoPlatform/komodo-wallet-desktop when you switch orderbooks it takes a while till app processes the max_taker_vol call (https://komodoplatform.com/en/docs/komodo-defi-framework/api/legacy/max_taker_vol/) ... the call will return a value that is lower then your balance, since when you sell those coins/tokens it involves txfees if you wait few seconds, the error goes away

a) this was that until Oct; if folks are to know where to post issues, then perhaps there should be some indication as to what is even what since this was announced as the new unified thing which is why all the old issues were closed (see #2481)
b) "a few seconds" has never been my experience as it's persisted when orderbook is changed, when order book is sitting for hours, and when orderbook is reversed. Switching coins and coming back to the same orderbook (much like you suggest as the cause) two or three times has actually been my only workaround to get it to work.
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@TheComputerGenie @cipig and others