Merge pull request #151 from nymtech/feature/remove-startup-warnings

Friendlification of startup messages
This commit is contained in:
Jędrzej Stuczyński
2020-03-19 11:55:30 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ impl MixNode {
.read_encryption()
.expect("Failed to read stored sphinx key files");
println!(
"Public encryption key: {}\nFor time being, it is identical to identity keys",
"Public key: {}\n",
sphinx_keypair.public_key().to_base58_string()
);
sphinx_keypair