Corrected run description for sfw-provider

This commit is contained in:
Jedrzej Stuczynski
2020-02-05 15:55:14 +00:00
parent 28b5673cbf
commit ae27a5e4c3
+1 -1
View File
@@ -111,7 +111,7 @@ fn special_addresses() -> Vec<&'static str> {
pub fn execute(matches: &ArgMatches) {
let id = matches.value_of("id").unwrap();
println!("Starting mixnode {}...", id);
println!("Starting sfw-provider {}...", id);
let mut config =
Config::load_from_file(matches.value_of("config").map(|path| path.into()), Some(id))