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

Wallet-cli commands and rpc calls return incorrect decimal amount for tokens with non-default number of decimals. #1822

Open
ImplOfAnImpl opened this issue Oct 3, 2024 · 2 comments

Comments

@ImplOfAnImpl
Copy link
Contributor

E.g. if I have a token with 6 decimals and a utxo with 100 tokens of that kind, account-utxos would print something like "amount":{"atoms":"100000000","decimal":"0.001"}. I.e. the amount of atoms would be correct, but the decimal amount would be calculated using the default number of decimals.
Same happens for standalone-multisig-utxos.
Rpc calls, like get_multisig_utxos, also have this issue.

@ethsdev
Copy link

ethsdev commented Dec 11, 2024

Hi, @ImplOfAnImpl, sorry for leaving comment here without your agreement and respecting the team rule. Because I wanna join your team as full time dev role, so I am going to solve issues and challenges as proving of my skill. Could you give me some issue to be solved quickly as test task?

@ImplOfAnImpl
Copy link
Contributor Author

Hi, @solthereum. Have a look at our open positions. If you find one that interests you, you can apply by filling in the recruitment form.

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