-
Notifications
You must be signed in to change notification settings - Fork 5k
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
User can accept txs with insufficient funds and sometimes no callback #660
Comments
Half of this is fixed, but the other half would be solved by giving access to the account balanced while the account is locked and throwing an error before showing confirmation screen. |
We want to throw an error if the user does not have enough funds..? Well at the moment you cant |
This feature has been requested, I think it makes sense, but we don’t have access to balances when locked until after the multivault refactor.
|
This is blocked by issue #328 |
We could start doing this on the |
Closing this because we're leaning towards a log-in-per-site, as suggested in #799. |
Apparently we sometimes do not call back an error when a user tries to accept a tx they do not have sufficient funds to complete.
Could be solved by #519
The text was updated successfully, but these errors were encountered: