diff --git a/crates/bin/pcli/src/command/view/balance.rs b/crates/bin/pcli/src/command/view/balance.rs index 62188790ba..020b22b19f 100644 --- a/crates/bin/pcli/src/command/view/balance.rs +++ b/crates/bin/pcli/src/command/view/balance.rs @@ -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 ) } }