misc fixes

This commit is contained in:
Aiden McClelland
2021-09-06 17:58:48 -06:00
parent 26af4dacf9
commit f0bfcd9c02
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))]