update wallet location

This commit is contained in:
Cryptoforge
2020-07-28 22:17:16 -07:00
parent bb3bbf2b29
commit 59196cb5d0
3 changed files with 10 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ pub fn report_permission_error() {
eprintln!("HOME: {}", home);
eprintln!("Executable: {}", current_executable.display());
if home == "/" {
eprintln!("User {} must have permission to write to '{}.zcash/' .",
eprintln!("User {} must have permission to write to '{}.zero/' .",
user,
home);
} else {