Skip to content

Commit

Permalink
pretty status
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Apr 9, 2024
1 parent 857465c commit 8cc087d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/common/src/fmt/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ pub fn get_pretty_tx_receipt_attr(
"logsBloom" | "logs_bloom" => Some(receipt.receipt.inner.inner.inner.logs_bloom.pretty()),
"root" | "stateRoot" | "state_root " => Some(receipt.receipt.state_root.pretty()),
"status" | "statusCode" | "status_code" => {
Some(receipt.receipt.inner.inner.inner.receipt.status.pretty())
Some(pretty_status(receipt.receipt.inner.inner.inner.receipt.status))
}
"transactionHash" | "transaction_hash" => Some(receipt.receipt.transaction_hash.pretty()),
"transactionIndex" | "transaction_index" => {
Expand Down

0 comments on commit 8cc087d

Please sign in to comment.