From c28e49b7f16874aa9fb77ecb222013ada0394d9e Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 28 May 2024 14:16:08 +0200 Subject: [PATCH] Update types.go --- beacon/engine/types.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/beacon/engine/types.go b/beacon/engine/types.go index f03a944f8e..b6f22a6b8f 100644 --- a/beacon/engine/types.go +++ b/beacon/engine/types.go @@ -18,13 +18,14 @@ package engine import ( "fmt" + "math/big" + "slices" + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/trie" - "math/big" - "slices" ) // PayloadVersion denotes the version of PayloadAttributes used to request the