Skip to content

Commit

Permalink
use display impl
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Jan 29, 2025
1 parent 3e143f3 commit d3c73f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/bin/pcli/src/command/view/balance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ fn format_source(source: &CommitmentSource) -> String {
CommitmentSource::LiquidityTournamentReward { epoch, tx_hash } => {
format!(
"Liquidity tournament reward (Epoch {}, Tx {})",
epoch,
hex::encode(tx_hash)
epoch, tx_hash
)
}
}
Expand Down

0 comments on commit d3c73f0

Please sign in to comment.