mixnode, sfw-provider: no need to expose deep internals to users first thing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user