start the index from one

pull/1859/head
zachdaniel 6 years ago
parent 27375bdb4d
commit 1d22acd479
  1. 2
      apps/block_scout_web/lib/block_scout_web/views/transaction_raw_trace_view.ex

@ -13,6 +13,6 @@ defmodule BlockScoutWeb.TransactionRawTraceView do
|> InternalTransaction.internal_transactions_to_raw()
|> Jason.encode!(pretty: true)
|> String.split("\n")
|> Enum.with_index()
|> Enum.with_index(1)
end
end

Loading…
Cancel
Save