diff --git a/applications/tari_console_wallet/src/automation/commands.rs b/applications/tari_console_wallet/src/automation/commands.rs index 7f99780044..49e22948c2 100644 --- a/applications/tari_console_wallet/src/automation/commands.rs +++ b/applications/tari_console_wallet/src/automation/commands.rs @@ -653,8 +653,8 @@ pub async fn command_runner( Ok((sk, pk)) => { println!( "create new key combo pair: - 1. secret key: {:?}, - 2. public key {:?}", + 1. secret key: {}, + 2. public key {}", sk.to_hex(), pk.to_hex() )