Remove codegen header from suave_structs.go

This commit is contained in:
Louis Thibault 2024-02-14 10:03:13 -05:00
parent eba795de5c
commit 46dd095ac1

View file

@ -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
}
}