Skip to content

Commit

Permalink
token-cli Remove double : in confidential-transfer display
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Oct 29, 2023
1 parent a712c8f commit 1744d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions token/cli/src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ fn display_ui_extension(
writeln!(
f,
" {}: {}",
style("Authority:").bold(),
style("Authority").bold(),
if let Some(authority) = authority.as_ref() {
authority
} else {
Expand All @@ -779,7 +779,7 @@ fn display_ui_extension(
writeln!(
f,
" {}: {}",
style("Audit key:").bold(),
style("Audit key").bold(),
if let Some(auditor_pubkey) = auditor_elgamal_pubkey.as_ref() {
auditor_pubkey
} else {
Expand Down

0 comments on commit 1744d01

Please sign in to comment.