-
Notifications
You must be signed in to change notification settings - Fork 76
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
EOrder: Insufficient funds #38
Comments
Hey, thanks 😊 i think the issue comes up because you need to pay a fee for every transaction and i think i don't account for that |
hi mate news issues with ada example not format xcoinzfiat // funcion compara tcoin con la lista de kraken si no esta es que se modifico para patch ada por lo tanto se agrego una xada y la quita
//funcion para formatear nuevos pares con len max 6
................... after i use this def trade_vol_all(update: Update, context: CallbackContext):
....... |
Sorry I don't have the time to adjust the code |
dont worry mate i have solved in mi version |
Hello again friend.
I found an error, always or almost always when I select the entire balance to make an operation I get insufficient funds error.
I solved it with this patch but I would like to know why it happens.
Ah, I mentioned you and thanked you especially in the readme of my new version
// req_data["volume"] = amount #original code
// patch for fix EOrder: Insufficient funds
fixVol = float(0.0000002) # fix EOrder: Insufficient funds
chatVol = float(chat_data["volume"])
req_data["volume"] = str(chatVol - fixVol)
Special thanks Endogen 🖖
The text was updated successfully, but these errors were encountered: