misc fixes

This commit is contained in:
Aiden McClelland
2021-09-06 17:58:48 -06:00
committed by Aiden McClelland
parent 73d7d3f855
commit ccf505d0d3
9 changed files with 27 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ use crate::{Error, ErrorKind, ResultExt as _};
#[test]
fn random_key() {
println!("'0x{}'", hex::encode(TorSecretKeyV3::generate().as_bytes()));
println!("x'{}'", hex::encode(TorSecretKeyV3::generate().as_bytes()));
}
#[command(subcommands(list_services))]