From ccd079443faba4b0c9ad100a7ab68fbd369826b2 Mon Sep 17 00:00:00 2001 From: DenioD Date: Sun, 27 Oct 2019 21:28:27 +0100 Subject: [PATCH] fix missspell in path --- lib/src/lightclient.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/lightclient.rs b/lib/src/lightclient.rs index 832c3ba..58d402a 100644 --- a/lib/src/lightclient.rs +++ b/lib/src/lightclient.rs @@ -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[..] {