Sai Vegasena
Sai Vegasena
I have identified the root cause of the issue. The wallet is being loaded from the incorrect conf directory ```ocaml let conf_dir = Option.value ~default:(home ^/ Cli_lib.Default.conf_dir_name ^/ "wallets" )...
I am able to export keys when manually specifying the path ``` dune exec -- src/app/cli/src/mina.exe accounts export --privkey-path /Users/neptune/.mina-network/mina-local-network-2-1-1/nodes/fish_0/wallets/store/B62qoUMihGVqcZjx8AMHu2EyArHNEnE3UCuf7Gtk5jnBgwgfaQnUFAp --public-key B62qoUMihGVqcZjx8AMHu2EyArHNEnE3UCuf7Gtk5jnBgwgfaQnUFAp --rest-server http://127.0.0.1:5001/graphql *** . /Users/neptune/.mina-network/mina-local-network-2-1-1/nodes/fish_0/walletsPassword for exported account:...
the command simply works if you specify the correct configuration directory ``` Sais-MacBook-Pro:mina neptune$ dune exec -- src/app/cli/src/mina.exe accounts create --rest-server http://127.0.0.1:5001/graphql Password for new account: Again to confirm: 😄...
@deepthiskumar I think this is good to close.
!ci-nightly-me