From b27b619412e1c8471f15626d74244fb161abfdca Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Thu, 30 Jan 2020 16:13:11 +0000 Subject: [PATCH] Debug on Pathfinder --- nym-client/src/config/persistance/pathfinder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-client/src/config/persistance/pathfinder.rs b/nym-client/src/config/persistance/pathfinder.rs index 670e71038e..f4847bfcaf 100644 --- a/nym-client/src/config/persistance/pathfinder.rs +++ b/nym-client/src/config/persistance/pathfinder.rs @@ -1,8 +1,8 @@ use crate::config::Config; -use config::NymConfig; use pemstore::pathfinder::PathFinder; use std::path::PathBuf; +#[derive(Debug)] pub struct ClientPathfinder { pub config_dir: PathBuf, pub private_mix_key: PathBuf,