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

Borrow bugs affects all the bank #6

Open
EightNice opened this issue Jul 6, 2021 · 0 comments
Open

Borrow bugs affects all the bank #6

EightNice opened this issue Jul 6, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@EightNice
Copy link
Collaborator

EightNice commented Jul 6, 2021

Enumerating Bugs and description:

  1. Increased borrow - The borrowed amount increase each time you try to borrow even if there is already an existing one and only if never made a deposit after borrowed

  2. Fatal borrow - If you make a deposit with borrowed ETH, and the amount of deposit exceeds the borrowed amount this turn negative value with the difference of the exceed, then you can't borrow or deposit anymore getting Insufficient balance ! Operation aborted ! or Insufficient balance ! Deposit aborted !

Steps to reproduce the behavior:

  1. Run the bank
  2. Borrow a few times in a row (check how raise borrowed)
  3. Make a deposit of more than the amount borrowed
  4. Try to borrow or deposit

Screenshot_2021-07-06-03-58-53-637_com termux
IMG_20210706_040327
Screenshot_2021-07-06-04-00-34-490_com termux

  • Game version: [0.3.3b]
@dimankiev dimankiev added unreadable Badly readable issue and removed unreadable Badly readable issue labels Jul 6, 2021
@dimankiev dimankiev self-assigned this Jul 7, 2021
@dimankiev dimankiev added the bug Something isn't working label Jul 7, 2021
@dimankiev dimankiev added this to the v. 0.3.3b Bugs milestone Jul 7, 2021
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

When branches are created from issues, their pull requests are automatically linked.

2 participants