We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example. I have some coin in my default account. I can view them normally as:
> mwc-wallet info or > mwc-wallet cli - info
Now I am creating another account: > mwc-wallet account -c plus
> mwc-wallet account -c plus
Then I am trying to view my new account 'plus':
> mwc-wallet --account plus info Show zero amount as expected. > mwc-wallet --account plus cli - info Show my coins from default account.
Problem that all cli commands working with 'default' account.
The text was updated successfully, but these errors were encountered:
mwc-wallet cli mode doesn't respect global account argument. Fixes #30
af379e8
Fixed
Sorry, something went wrong.
No branches or pull requests
Example. I have some coin in my default account.
I can view them normally as:
Now I am creating another account:
> mwc-wallet account -c plus
Then I am trying to view my new account 'plus':
Problem that all cli commands working with 'default' account.
The text was updated successfully, but these errors were encountered: