Update examples/wallets/examples/keystores.rs

Co-authored-by: Rohit Narurkar <rohit.narurkar@protonmail.com>
This commit is contained in:
crypdough.eth 2023-01-23 21:43:26 -05:00 committed by GitHub
parent c001406220
commit fd85de3eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ async fn main() -> Result<()>{
dotenv().ok();
let api_key = std::env::var("API_KEY").expect("expected environmental variable");
let encryption_path = std::env::var("ENCYPTION_PATH").expect("expected environmental variable");
let encryption_path = std::env::var("ENCRYPTION_PATH").expect("expected environmental variable");
let decryption_path = std::env::var("DECRYPTION_PATH").expect("expected environmental variable");
let password = std::env::var("PASSWORD").expect("expected environmental variable");