Skip to content

Commit

Permalink
Merge pull request #43 from aurora-is-near/failed-pre-chain-txs
Browse files Browse the repository at this point in the history
Show rejected pre-chain txs
  • Loading branch information
spilin authored Jan 18, 2024
2 parents d48fb9c + 5ffcce4 commit 3e62360
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,8 @@ defmodule BlockScoutWeb.API.V2.TransactionView do
"tx_tag" => GetTransactionTags.get_transaction_tags(transaction.hash, current_user(single_tx? && conn)),
"has_error_in_internal_txs" => transaction.has_error_in_internal_txs,
"near_receipt_hash" => transaction.near_receipt_hash,
"near_transaction_hash" => transaction.near_transaction_hash
"near_transaction_hash" => transaction.near_transaction_hash,
"error" => transaction.error
}

result
Expand Down

0 comments on commit 3e62360

Please sign in to comment.