Browse Source

Merge pull request #32 from DenioD/dev

fix missspell in path
checkpoints
Denio 5 years ago
committed by GitHub
parent
commit
6a213e88e3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/lightclient.rs

2
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[..] {

Loading…
Cancel
Save