Add password migrate command

This commit is contained in:
Paul Hauner
2022-09-05 11:35:58 +10:00
parent 9dfea42513
commit 2abb4a7703
3 changed files with 45 additions and 3 deletions

View File

@@ -15,6 +15,6 @@ pub use crate::validator_dir::{
ETH1_DEPOSIT_TX_HASH_FILE,
};
pub use builder::{
keystore_password_path, Builder, Error as BuilderError, ETH1_DEPOSIT_DATA_FILE,
VOTING_KEYSTORE_FILE, WITHDRAWAL_KEYSTORE_FILE,
keystore_password_path, write_password_to_file, Builder, Error as BuilderError,
ETH1_DEPOSIT_DATA_FILE, VOTING_KEYSTORE_FILE, WITHDRAWAL_KEYSTORE_FILE,
};