Make transactions list in a batch optional

pull/7584/head
POA 1 year ago
parent 07c3dbf42d
commit 8928bd384b
  1. 2
      apps/block_scout_web/lib/block_scout_web/controllers/api/v2/zkevm_controller.ex

@ -15,7 +15,7 @@ defmodule BlockScoutWeb.API.V2.ZkevmController do
@batch_necessity_by_association %{
:sequence_transaction => :optional,
:verify_transaction => :optional,
:l2_transactions => :required
:l2_transactions => :optional
}
@batches_necessity_by_association %{

Loading…
Cancel
Save