Started creating mixnode commands, similarly to client

This commit is contained in:
Jedrzej Stuczynski
2020-02-03 14:15:22 +00:00
parent 1e1e1db4f5
commit de2dbf7156
6 changed files with 69 additions and 58 deletions
-1
View File
@@ -14,7 +14,6 @@ fn print_binding_warning(address: &str) {
}
pub fn start(matches: &ArgMatches) {
println!("{}", banner());
println!("Starting mixnode...");
let config = new_config(matches);