Skip to content

Commit

Permalink
replace debug with {}
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Sep 29, 2022
1 parent 4069ab8 commit 6d80422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/tari_console_wallet/src/automation/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)
Expand Down

0 comments on commit 6d80422

Please sign in to comment.