beacon/engine: add docs for payload version type

This commit is contained in:
lightclient 2023-10-03 13:58:32 -06:00
parent 06aa873752
commit 96d0aa0cce
No known key found for this signature in database
GPG key ID: 75C916AFEE20183E

View file

@ -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 (