Change reference to Hash.Address
pull/396/head
Andrew Cravenho 6 years ago committed by GitHub
commit cc1feb617e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/explorer/lib/explorer/chain.ex

@ -2263,7 +2263,7 @@ defmodule Explorer.Chain do
], ],
transaction.hash transaction.hash
), ),
Explorer.Chain.Hash.Truncated Explorer.Chain.Hash.Address
) )
}) })
|> order_by([transaction], desc: transaction.block_number, desc: transaction.index) |> order_by([transaction], desc: transaction.block_number, desc: transaction.index)

Loading…
Cancel
Save