mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
beacon/engine: add docs for payload version type
This commit is contained in:
parent
06aa873752
commit
96d0aa0cce
1 changed files with 2 additions and 0 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue