Updated configs and args with location

This commit is contained in:
Jedrzej Stuczynski
2020-03-13 16:34:06 +00:00
parent 78e1f916f2
commit ab5656ce94
19 changed files with 140 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@ impl MixNode {
fn start_presence_notifier(&self) {
info!("Starting presence notifier...");
let notifier_config = presence::NotifierConfig::new(
self.config.get_location(),
self.config.get_presence_directory_server(),
self.config.get_announce_address(),
self.sphinx_keypair.public_key().to_base58_string(),