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
The first thing I found was when entering a command to show my wallet balance, for a specific token: namada client balance --owner $VALIDATOR_ALIAS --token naan --node https://rpc.crazydimka.xyz
I get a lot of errors when I try to specify my own token, bad (--token naan).
But I have it added to my wallet.toml
But if I don't specify which token to show me, it works fine. namada client balance --owner $VALIDATOR_ALIAS --node https://rpc.crazydimka.xyz/ BUT, IMPORTANTLY, then I don't get a specific coin, for example, when I do a lot of different ibc transactions and I need to find a specific token on my balance.
So I think this is a bug that I have noticed and it is worthy of a ROID rating.
The text was updated successfully, but these errors were encountered:
The first thing I found was when entering a command to show my wallet balance, for a specific token:
namada client balance --owner $VALIDATOR_ALIAS --token naan --node https://rpc.crazydimka.xyz
I get a lot of errors when I try to specify my own token, bad (--token naan).
But I have it added to my wallet.toml
But if I don't specify which token to show me, it works fine.
namada client balance --owner $VALIDATOR_ALIAS --node https://rpc.crazydimka.xyz/
BUT, IMPORTANTLY, then I don't get a specific coin, for example, when I do a lot of different ibc transactions and I need to find a specific token on my balance.
So I think this is a bug that I have noticed and it is worthy of a ROID rating.
The text was updated successfully, but these errors were encountered: