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
{{ message }}
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
Before submitting your issue, please review the following checklist:
AVOID using the issue tracker for questions or help. Submitting issues to this repository are usually reserved for bugs, feature requests, or changes to the source code. If you need help https://forum.nem.io should be first place to visit.
DO describe operating system and browser used
ubuntu-16.04.5
Google Chrome
NanoWallet Version: 2.0.14 linux
Expected Behavior
I expect that the amount of mosaic actually transfered will be displayed on dashboard.
Current Behavior
Nanowallet show me only quantity.
If I set numbers other than 1,000,000(1xem) in transaction amount field, quantity is not the amount of mosaic acturally transfered.
Possible Solution
add a display of amount
display actual transfer amount
At this moment it's not possible to set an amount different than 1 when sending a mosaic.
Still is possible to set amount != 1 using API. We should present quantity multiplied by the amount.
Before submitting your issue, please review the following checklist:
ubuntu-16.04.5
Google Chrome
NanoWallet Version: 2.0.14 linux
Expected Behavior
I expect that the amount of mosaic actually transfered will be displayed on dashboard.
Current Behavior
Nanowallet show me only quantity.
If I set numbers other than 1,000,000(1xem) in transaction amount field, quantity is not the amount of mosaic acturally transfered.
Possible Solution
add a display of amount
display actual transfer amount
Steps to Reproduce
1.I broadcast transfer transction to testnet
txID : 5e5728c437013da861123a1ea713c28043fd6dcc6457db705cde89d2a9f7926e
amount : 2,000,000
mosaic quantity : 500
mosaic divisibility : 2
total transfered quantity : 10 = (2,000,000/1,000,000)*(500/10^2)
2.Nanowallet show me only quantity(5.00).
The text was updated successfully, but these errors were encountered: