Removed port information from bonding notice

This commit is contained in:
Jędrzej Stuczyński
2021-07-21 14:24:54 +01:00
parent 0db4aa5f39
commit 3bbf959086
-2
View File
@@ -167,13 +167,11 @@ pub fn execute(matches: &ArgMatches) {
Identity key: {}
Sphinx key: {}
Address: {}
Mix port: {}
Version: {}
",
identity_keypair.public_key().to_base58_string(),
sphinx_keypair.public_key().to_base58_string(),
config.get_announce_address(),
config.get_mix_port(),
config.get_version(),
);
MixNode::new(config, description, identity_keypair, sphinx_keypair).run();