Debug on Pathfinder

This commit is contained in:
Jedrzej Stuczynski
2020-01-30 16:13:11 +00:00
parent 7b0aee7a2c
commit b27b619412
@@ -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,