Add small comment

pull/7584/head
POA 1 year ago
parent 332062e14a
commit f563170d5b
  1. 1
      apps/block_scout_web/lib/block_scout_web/chain.ex

@ -535,6 +535,7 @@ defmodule BlockScoutWeb.Chain do
%{"index" => index} %{"index" => index}
end end
# clause for zkEVM batches pagination
defp paging_params(%TransactionBatch{number: number}) do defp paging_params(%TransactionBatch{number: number}) do
%{"number" => number} %{"number" => number}
end end

Loading…
Cancel
Save