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

eosc get account shows memory (and probably others) in KB instead of KiB #142

Open
maoueh opened this issue Jun 19, 2019 · 0 comments
Open

Comments

@maoueh
Copy link
Contributor

maoueh commented Jun 19, 2019

The eosc get account shows RAM quota/usage:

quota:           1.951  MB   used:           882.2  KB

But it should be

quota:           1.951  MiB   used:           882.2  KiB

Indeed, the account for which is was taken has 903367 bytes used, for which 882.2 comes from 903367 / 1024 = 882.2 so the numeric value is in KiB and not in KB.

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