Merge branch 'master' into vb-update-phoenix

pull/3143/head
Victor Baranov 4 years ago
commit ed49fe3a98
  1. 4
      apps/explorer/lib/explorer/smart_contract/reader.ex

@ -330,9 +330,7 @@ defmodule Explorer.SmartContract.Reader do
bytes_to_string(value)
end)
values_array_formatted_3 = values_array_formatted ++ values_array_formatted ++ values_array_formatted
Map.put_new(output, "value", values_array_formatted_3)
Map.put_new(output, "value", values_array_formatted)
else
Map.put_new(output, "value", bytes_to_string(Enum.at(values, index)))
end

Loading…
Cancel
Save