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

Rounding Errors #3

Closed
biteuthusiast opened this issue Feb 19, 2018 · 3 comments
Closed

Rounding Errors #3

biteuthusiast opened this issue Feb 19, 2018 · 3 comments

Comments

@biteuthusiast
Copy link

Selecting "Max" when sending can lead to some weird behaviours. It left 0.000001 NANO on my address address.

Link to the address.

@cronoh
Copy link
Owner

cronoh commented Feb 20, 2018

Gotcha, this is a "limit" with the Send Max button - it actually only sends the maximum it can up to nanos (Not raw), and then I think in some areas it might be rounding up a nano balance of <1 to 1, causing the other part of the confusion.

I will look into getting the Send Max button properly sending the full raw balance, and that should fix the problem.

Thanks for reporting it!

@cronoh
Copy link
Owner

cronoh commented Feb 27, 2018

@biteuthusiast This should now be fixed in 5b51911.

  • Your accounts page will show raw balances for each account if they exist.
  • When using the 'Send Max' button on the Send page, it will now allow you to also send any raw balance in the From Account. (You can then change the amount if needed, or clear the raw so it isn't sent)
  • The main NANO display filter has been fixed so it does not round up balances (ie. showing 0.000001 when you only have raw).
  • The account details and transaction (block) details page will also show raw values when they exist.

Let me know if you have any problems!

@biteuthusiast
Copy link
Author

Thanks, It works.

@cronoh cronoh closed this as completed Feb 27, 2018
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

2 participants