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

Cancel Trx locked amount not properly updated after cancel #230

Open
Anynomouss opened this issue May 31, 2023 · 0 comments
Open

Cancel Trx locked amount not properly updated after cancel #230

Anynomouss opened this issue May 31, 2023 · 0 comments

Comments

@Anynomouss
Copy link

Cancelling a transaction does unlock the outputs, but does not update the locked amount shown in the GUI.
I compared the total shown in Grin++ with the total shown in grin-wallet (Rust), the total is correctly shown, so it is only the locked amount shown in the UI that does not update.
Restarting the UI by logging out logging in or restarting Grin++ altogether does not update the locked amount, so probably the locked total amount is somewhere stored after closing a Grin++ session.

Fix:

  1. call an update of the UI to update the locked amount properly.
@Anynomouss Anynomouss changed the title Cancel Trx locked amount not properly updated Cancel Trx locked amount not properly updated after cancel May 31, 2023
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

1 participant