//go:generate go run github.com/fjl/gencodec -type callFrameWithOpcodes -field-override callFrameWithOpcodesMarshaling -out gen_callframewithopcodes_json.go
//go:generate go run github.com/fjl/gencodec -type callFrameWithOpcodes -field-override callFrameWithOpcodesMarshaling -out gen_callframewithopcodes_json.go
@ -181,15 +182,6 @@ type erc7562TracerConfig struct {
WithLogbool`json:"withLog"`// If true, erc7562 tracer will collect event logs
WithLogbool`json:"withLog"`// If true, erc7562 tracer will collect event logs
}
}
// Function to convert byte array to map[vm.OpCode]struct{}