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
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: