From 46dd095ac1cac942d35319720d655af4769a4804 Mon Sep 17 00:00:00 2001 From: Louis Thibault Date: Wed, 14 Feb 2024 10:03:13 -0500 Subject: [PATCH] Remove codegen header from suave_structs.go --- core/types/suave_structs.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/types/suave_structs.go b/core/types/suave_structs.go index 0a7001a386..7c3db41cae 100644 --- a/core/types/suave_structs.go +++ b/core/types/suave_structs.go @@ -1,6 +1,3 @@ -// Code generated by suave/gen in https://github.com/flashbots/suave-geth. -// DO NOT EDIT. -// Hash: c60f303834fbdbbd940aae7cb3679cf3755a25f7384f1052c20bf6c38d9a0451 package types import "github.com/ethereum/go-ethereum/common" @@ -51,4 +48,4 @@ type SimulatedLog struct { Data []byte Addr common.Address Topics []common.Hash -} \ No newline at end of file +}