fix: cannot truncate chardata (#10227)

pull/10236/head
Maxim Filonov 5 months ago committed by GitHub
parent 3cc62227df
commit 854a81bdda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/explorer/lib/explorer/chain.ex

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

Loading…
Cancel
Save