diff --git a/beacon/engine/types.go b/beacon/engine/types.go index 6be7288b9c..f72319ad50 100644 --- a/beacon/engine/types.go +++ b/beacon/engine/types.go @@ -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 (