mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Remove codegen header from suave_structs.go
This commit is contained in:
parent
eba795de5c
commit
46dd095ac1
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue