From 6d804227dca6b36397445b252f61d142b5a4f506 Mon Sep 17 00:00:00 2001 From: jorgeantonio21 Date: Thu, 29 Sep 2022 10:13:31 +0100 Subject: [PATCH] replace debug with {} --- applications/tari_console_wallet/src/automation/commands.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() )