mixnode: added announce-host and announce-port arguments

This commit is contained in:
Jedrzej Stuczynski
2020-01-17 11:59:59 +00:00
parent 4cc7fc309b
commit 1769fa8a5a
4 changed files with 27 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ mod presence;
pub mod runner;
pub struct Config {
announce_socket_address: SocketAddr,
directory_server: String,
layer: usize,
public_key: MontgomeryPoint,