Skip to content

Commit

Permalink
fix: export missing machine structs
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored and rakita committed Feb 22, 2022
1 parent f9e1dc9 commit 7310a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub use instructions::{
opcode::{self, spec_opcode_gas, OpCode, OPCODE_JUMPMAP},
Return,
};
pub use machine::{Gas, Machine};
pub use machine::{Contract, Gas, Machine, Memory, Stack};
pub use models::*;
pub use spec::*;
pub use subroutine::{Account, Filth, SubRoutine};
Expand Down

0 comments on commit 7310a19

Please sign in to comment.