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

Creating an address/key via the cli shouldn't require the node #792

Closed
adrianbrink opened this issue Nov 16, 2022 · 1 comment
Closed

Creating an address/key via the cli shouldn't require the node #792

adrianbrink opened this issue Nov 16, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@adrianbrink
Copy link
Member

Currently the cli throws an error when trying to create a wallet if a node isn't available.

namada wallet key gen --alias marbar
Error:
   0: couldn't read genesis config file from .anoma/anoma-internal.000000000000000.toml
   1: No such file or directory (os error 2)

Location:
   apps/src/lib/config/genesis.rs:580

Wallet actions should be independent of the node.

@adrianbrink adrianbrink added the bug Something isn't working label Nov 16, 2022
@adrianbrink
Copy link
Member Author

duplicate of #784

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant