all: fixing mis-spelling
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::commands::override_config;
|
||||
use crate::config::persistance::pathfinder::MixNodePathfinder;
|
||||
use crate::config::persistence::pathfinder::MixNodePathfinder;
|
||||
use clap::{App, Arg, ArgMatches};
|
||||
use config::NymConfig;
|
||||
use crypto::encryption;
|
||||
|
||||
@@ -7,7 +7,7 @@ use std::path::PathBuf;
|
||||
use std::str::FromStr;
|
||||
use std::time;
|
||||
|
||||
pub mod persistance;
|
||||
pub mod persistence;
|
||||
mod template;
|
||||
|
||||
// 'MIXNODE'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use crate::config::persistance::pathfinder::MixNodePathfinder;
|
||||
use crate::config::persistence::pathfinder::MixNodePathfinder;
|
||||
use crate::config::Config;
|
||||
use crate::node::packet_processing::PacketProcessor;
|
||||
use crypto::encryption;
|
||||
|
||||
Reference in New Issue
Block a user