This commit is contained in:
DenioD
2019-10-27 21:42:57 +01:00
parent ccd079443f
commit 127b8533cd
4 changed files with 7 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ impl LightClientConfig {
zcash_data_location.push("silentdragonlite");
} else {
zcash_data_location = dirs::home_dir().expect("Couldn't determine home directory!");
zcash_data_location.push("/.silentdragonlite/");
zcash_data_location.push("silentdragonlite/");
};
match &self.chain_name[..] {