lighthouse/account_manager/src/wallet
realbigsean b69c63d486 Validator dir creation (#1746)
## Issue Addressed

Resolves #1744

## Proposed Changes

- Add `directory::ensure_dir_exists` to the `ValidatorDefinition::open_or_create` method 
- As @pawanjay176 suggested, making the `--validator-dir` non-global so users are forced to include the flag after the `validator` subcommand. Current behavior seems to be ignoring the flag if it comes after something like `validator import`

## Additional Info
N/A
2020-10-08 21:01:32 +00:00
..
create.rs Wallet creation: Make mnemonic length configurable, default to 24 words. (#1697) 2020-10-03 10:01:06 +10:00
list.rs Directory restructure (#1532) 2020-10-01 11:12:35 +10:00
mod.rs Validator dir creation (#1746) 2020-10-08 21:01:32 +00:00
recover.rs Interactive account passwords (#1623) 2020-09-23 01:19:54 +00:00