Skip to content

Commit

Permalink
beacon/engine: add docs for payload version type
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Jan 23, 2024
1 parent 06aa873 commit 96d0aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beacon/engine/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import (
"github.com/ethereum/go-ethereum/trie"
)

// PayloadVersion denotes the version of PayloadAttributes used to request the
// building of the payload to commence.
type PayloadVersion byte

var (
Expand Down

0 comments on commit 96d0aa0

Please sign in to comment.