fixed the field name (#10216)

pull/10221/head
Alexander Kolotov 6 months ago committed by GitHub
parent d0ec50eb95
commit 5992623146
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/block_scout_web/lib/block_scout_web/views/api/v2/arbitrum_view.ex

@ -125,7 +125,7 @@ defmodule BlockScoutWeb.API.V2.ArbitrumView do
%{
"number" => batch.number,
"transactions_count" => batch.transactions_count,
"block_count" => batch.end_block - batch.start_block + 1
"blocks_count" => batch.end_block - batch.start_block + 1
}
|> add_l1_tx_info(batch)
end)

Loading…
Cancel
Save