Skip to content

Commit

Permalink
executionPayloadMerkleSubtreeNumLayers -> executionPayloadMerkleSubtr…
Browse files Browse the repository at this point in the history
…eeNumLayersDeneb
  • Loading branch information
Sidu28 committed Jan 23, 2024
1 parent b590afb commit 6e5c93b
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 4 deletions.
2 changes: 1 addition & 1 deletion beacon_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const blockHeaderMerkleSubtreeNumLayers = uint64(3)
const blockBodyMerkleSubtreeNumLayers = uint64(4)

// Number of layers for the merkelization of the Execution Payload
const executionPayloadMerkleSubtreeNumLayers = uint64(5)
const executionPayloadMerkleSubtreeNumLayersDeneb = uint64(5)

const executionPayloadMerkleSubtreeNumLayersCapella = uint64(4)

Expand Down
Loading

0 comments on commit 6e5c93b

Please sign in to comment.