-
Notifications
You must be signed in to change notification settings - Fork 94
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
swap StartFailed because total required amount is larger than available #732
Comments
a new example using latest mm2:
i was maker and this is my DASH address: https://chainz.cryptoid.info/dash/address.dws?XtZ1a6kWyiwjc4pwjS6cwoDSr6vm6hWmiy.htm console on maker showed this:
|
The problem with DASH can be it uses a dynamic fee - if it increases between order creation and swap start it can lead to this error. I'm unsure if we can eliminate this error completely but will check what we can do to at least reduce the possibility. |
with latest mm2:
i guess it's because mm2 used the LTC in some other swap that was running in parallel |
found 3 failed swaps with
maker_swap:254] !check_balance_for_maker_swap maker_swap:1346] The total required KMD amount 6.162357815 is larger than available 0.31337041, balance: 0.31337041, locked by swaps: 0
https://dexapi.cipig.net/public/error.php?uuid=ed261d00-8035-4dc9-86d2-34ba2a552b7a
https://dexapi.cipig.net/public/error.php?uuid=d30827cb-dcc5-4629-ba52-800c7ff9fcbd
https://dexapi.cipig.net/public/error.php?uuid=306e0bba-505c-4977-8ef2-b9a0f84d6f5a
they are all from the same maker 2.0.2422_mm2_31d1803b0, the diff between
6.162357815
and0.31337041
is pretty big and the actual balance is the same with all 30.31337041
The text was updated successfully, but these errors were encountered: