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

Fix incorrect amount displayed in migration summary #4562

Open
evavirseda opened this issue Dec 19, 2024 · 1 comment
Open

Fix incorrect amount displayed in migration summary #4562

evavirseda opened this issue Dec 19, 2024 · 1 comment
Assignees
Labels
tooling Issues related to the Tooling team wallet-dashboard Issues related to the Wallet Dashboard dApp
Milestone

Comments

@evavirseda
Copy link
Contributor

evavirseda commented Dec 19, 2024

There seems to be a discrepancy between the IOTA amount displayed in the migration summary and the actual amount signed in the transaction.

Image

For example, in the summary, it shows that 38 IOTA will be migrated. However, when the transaction is signed, the total received is 61.19 IOTA.

The IOTA amount shown in the summary should match the actual IOTA amount signed in the transaction.

context

@cpl121 cpl121 added tooling Issues related to the Tooling team wallet-dashboard Issues related to the Wallet Dashboard dApp labels Dec 19, 2024
@cpl121 cpl121 added this to the Mainnet milestone Dec 19, 2024
@brancoder brancoder self-assigned this Dec 19, 2024
@brancoder
Copy link
Contributor

looks like the amounts are correct because there are Iota coins in every object, also from provided screenshot its not visible if there are some other grouped IOTA coins in the list similar to this >
Image

⏫ in this example there are 12 iota coins which is actually 12 objects with 1 iota and same timestampe and that is why they are grouped in the same object on the list. but down on the list there is again 6 IOTA.
Also total amount of migratable Iotas is 27 which is stated in the initial Card.

If user clicks migrate than the amount in the approval request is also 27 which corresponds to the migratable amount in the dashboard>
Image

@evavirseda & @cpl121 Could we please retest this and provide some more details if the issue is really there? 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Issues related to the Tooling team wallet-dashboard Issues related to the Wallet Dashboard dApp
Projects
None yet
Development

No branches or pull requests

3 participants