diff --git a/apps/explorer/lib/explorer/chain.ex b/apps/explorer/lib/explorer/chain.ex index c6c9d8a354..357b884711 100644 --- a/apps/explorer/lib/explorer/chain.ex +++ b/apps/explorer/lib/explorer/chain.ex @@ -2263,7 +2263,7 @@ defmodule Explorer.Chain do ], transaction.hash ), - Explorer.Chain.Hash.Truncated + Explorer.Chain.Hash.Address ) }) |> order_by([transaction], desc: transaction.block_number, desc: transaction.index)