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

mwc-wallet cli mode doesn't respect global account argument #30

Closed
bayk opened this issue Aug 24, 2024 · 1 comment
Closed

mwc-wallet cli mode doesn't respect global account argument #30

bayk opened this issue Aug 24, 2024 · 1 comment

Comments

@bayk
Copy link

bayk commented Aug 24, 2024

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

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.

@bayk bayk changed the title mwc-wallet cli mode doesn't respect account setting. mwc-wallet cli mode doesn't respect global account argument Aug 30, 2024
@bayk
Copy link
Author

bayk commented Aug 30, 2024

Fixed

@bayk bayk closed this as completed Aug 30, 2024
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

1 participant