fix: Fix to_string error (#10319)

pull/10323/head
nikitosing 5 months ago committed by GitHub
parent d950c144d9
commit 1bbe70e2b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/explorer/lib/explorer/chain.ex

@ -3011,7 +3011,7 @@ defmodule Explorer.Chain do
{:error, reason} ->
Logger.error(fn ->
["Error while fetching first trace for tx: #{hash_string} error reason: ", to_string(reason)]
["Error while fetching first trace for tx: #{hash_string} error reason: ", inspect(reason)]
end)
fetch_tx_revert_reason_using_call(transaction)

Loading…
Cancel
Save