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

Round truncated amounts down instead of up #7586

Open
nahuhh opened this issue Jun 24, 2024 · 2 comments
Open

Round truncated amounts down instead of up #7586

nahuhh opened this issue Jun 24, 2024 · 2 comments

Comments

@nahuhh
Copy link

nahuhh commented Jun 24, 2024

1.23456 should round to 1.2345.

Rounding up to 1.2346 makes users think they have more than they really do

or forego rounding and just drop the trailing #s

@serrq
Copy link

serrq commented Jun 24, 2024

UW cannot show an unrealistic balance.
Truncated and stop. Neither up nor down.

@nahuhh
Copy link
Author

nahuhh commented Jun 24, 2024

UW cannot show an unrealistic balance.
Truncated and stop.

Agreed.
currently it rounds UP though (bad)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants