mixnode, sfw-provider: no need to expose deep internals to users first thing

This commit is contained in:
Dave Hrycyszyn
2020-03-19 11:18:43 +00:00
parent 6254169151
commit 3ccaf77249
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