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

Unable to withdraw to $0 balance #10

Closed
djmailhot opened this issue Feb 14, 2020 · 2 comments
Closed

Unable to withdraw to $0 balance #10

djmailhot opened this issue Feb 14, 2020 · 2 comments

Comments

@djmailhot
Copy link
Contributor

Repro:
Deposit $X
Send $X

Expected:
New transaction recorded and account balance == $0

Actual:
Transaction failed

@djmailhot
Copy link
Contributor Author

Line 132 of frontend/flask_server.py
if balance > amount:
should be
if balance >= amount:

Fix incoming soon

@daniel-sanche
Copy link
Member

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants