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
After creating a new account and getting funds from the beta-4 faucet the balance on my account 0.5 ETH.
Running the command
forc wallet account 0 balance
The balance of the 0th account is shown as seen in the attached image.
The asset is 0x00... and the displayed balance is 500000000 instead of something like 0.500000...
In the following code snippet we should perform a check and format the value instead of iterating and directly displaying the value to the user.
After creating a new account and getting funds from the beta-4 faucet the balance on my account 0.5 ETH.
Running the command
The balance of the 0th account is shown as seen in the attached image.
The asset is
0x00...
and the displayed balance is500000000
instead of something like0.500000...
In the following code snippet we should perform a check and format the value instead of iterating and directly displaying the value to the user.
forc-wallet/src/account.rs
Lines 259 to 266 in d6a4798
The text was updated successfully, but these errors were encountered: