Skip to content

Commit

Permalink
Fix block body schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Mar 12, 2024
1 parent f89c298 commit d6b0f84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/types/beacon_chain/beacon_block_body_deneb.ex
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ defmodule Types.BeaconBlockBodyDeneb do
{:execution_payload, Types.ExecutionPayloadDeneb},
{:bls_to_execution_changes,
{:list, Types.BLSToExecutionChange, ChainSpec.get("MAX_BLS_TO_EXECUTION_CHANGES")}},
{:blob_kzg_commitments, {:list, TypeAliases.kzg_commitment()}}
{:blob_kzg_commitments,
{:list, TypeAliases.kzg_commitment(), ChainSpec.get("MAX_BLOB_COMMITMENTS_PER_BLOCK")}}
]
end
end

0 comments on commit d6b0f84

Please sign in to comment.