Moving EVM Factory to Engine

This commit is contained in:
Tomusdrw
2016-01-14 17:24:57 +01:00
parent 9039ed40a9
commit abb4f08eff
8 changed files with 74 additions and 51 deletions

View File

@@ -17,3 +17,4 @@ pub use self::evm::{Evm, Error, Result};
pub use self::ext::Ext;
pub use self::factory::Factory;
pub use self::schedule::Schedule;
pub use self::factory::VMType;