Update types.go

This commit is contained in:
Felix Lange 2024-05-28 14:16:08 +02:00 committed by GitHub
parent 7547606e0c
commit c28e49b7f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,13 +18,14 @@ package engine
import ( import (
"fmt" "fmt"
"math/big"
"slices"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/trie" "github.com/ethereum/go-ethereum/trie"
"math/big"
"slices"
) )
// PayloadVersion denotes the version of PayloadAttributes used to request the // PayloadVersion denotes the version of PayloadAttributes used to request the