From 020994549d761d6c0a87a05f3e9c40c7a5d01c59 Mon Sep 17 00:00:00 2001 From: DenioD Date: Sat, 26 Oct 2019 21:48:41 +0200 Subject: [PATCH] fix hush config 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 3d76a22..7016e2b 100644 --- a/lib/src/lightclient.rs +++ b/lib/src/lightclient.rs @@ -103,7 +103,7 @@ impl LightClientConfig { zcash_data_location.push("HUSH3"); } else { zcash_data_location = dirs::home_dir().expect("Couldn't determine home directory!"); - zcash_data_location.push(".komodo/HUSH3/"); + zcash_data_location.push(".komodo/HUSH3"); }; match &self.chain_name[..] {