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

Wallet --data_dir argument not respected #2529

Closed
casey opened this issue Feb 4, 2019 · 2 comments
Closed

Wallet --data_dir argument not respected #2529

casey opened this issue Feb 4, 2019 · 2 comments
Labels

Comments

@casey
Copy link
Contributor

casey commented Feb 4, 2019

grin wallet Seems to ignore the --data_dir DIRECTORY option. I can cd into a wallet directory and run commands (wallet info, for example) but using --dat_dir to specify a non-default, non CWD wallet location doesn't work.

To reproduce:

mkdir new-wallet
cd new-wallet
grin wallet init --here
cd ..
grin wallet --data_dir new-wallet info
grin wallet --data_dir new-wallet/wallet_data info

The last two command would fail, when I would expect them to find the newly created wallet.

I'm using v1.0.1 on macOS.

@hashmap
Copy link
Contributor

hashmap commented Feb 5, 2019

#2517

@hashmap hashmap added the bug label Feb 5, 2019
@hashmap
Copy link
Contributor

hashmap commented Feb 5, 2019

@casey should be fixed by #2517 feel free to reopen if needed

@hashmap hashmap closed this as completed Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants