Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update prov key password set prompt msg
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Feb 23, 2024
1 parent 5d23b5f commit c2df0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ impl Command {
};

let pwd = prompt::request_auth(
"Encryption password",
"Provide a password for your provisioner keys",
&settings.password,
wallet.get_file_version()?,
)?;
Expand Down

0 comments on commit c2df0c9

Please sign in to comment.