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
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.
The text was updated successfully, but these errors were encountered:
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?
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.The text was updated successfully, but these errors were encountered: