From 42d036ff95c14823b255c66b19c510e6f0e3c8cd Mon Sep 17 00:00:00 2001 From: Sina M <1591639+s1na@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:07:03 +0100 Subject: [PATCH] fix Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> --- beacon/engine/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon/engine/types.go b/beacon/engine/types.go index 8ef406e7ec..6e87d242c8 100644 --- a/beacon/engine/types.go +++ b/beacon/engine/types.go @@ -275,7 +275,7 @@ func ExecutableDataToBlockNoHash(data ExecutableData, versionedHashes []common.H if req[0] < last { return nil, fmt.Errorf("invalid request order: %v", req) } - +last = req[0] } h := types.CalcRequestsHash(requests) requestsHash = &h