Merge pull request #20 from 0xjac/develop
runner: print public key on startup
This commit is contained in:
@@ -12,6 +12,7 @@ pub fn start(matches: &ArgMatches) {
|
||||
println!("Starting mixnode...");
|
||||
|
||||
let config = new_config(matches);
|
||||
println!("Public key: {}", config.public_key_string());
|
||||
|
||||
// println!("Startup on: {}", config.socket_address);
|
||||
println!("Listening for incoming packets...");
|
||||
|
||||
Reference in New Issue
Block a user