You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Run the bank
Borrow a few times in a row (check how raise borrowed)
Enumerating Bugs and description:
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
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 !orInsufficient balance ! Deposit aborted !Steps to reproduce the behavior: