We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In case if the user does not have enough funds to buy, the order is still processed.
This bug only occurs when you buy and not when you sell.
peatio/app/models/order.rb
Line 183 in 7df3b8f
Example : I have a balance of 2 USDT and I want to buy 1 ETH which costs 3000 USDT. The order is processed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In case if the user does not have enough funds to buy, the order is still processed.
This bug only occurs when you buy and not when you sell.
peatio/app/models/order.rb
Line 183 in 7df3b8f
Example :
I have a balance of 2 USDT and I want to buy 1 ETH which costs 3000 USDT. The order is processed.
The text was updated successfully, but these errors were encountered: