Skip to content

Commit

Permalink
chore: export JournaledState (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Aug 26, 2022
1 parent c6e3380 commit 85ccacb
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 @@ -27,7 +27,7 @@ pub use instructions::{
pub use interpreter::{
Bytecode, BytecodeLocked, BytecodeState, Contract, Interpreter, Memory, Stack,
};
pub use journaled_state::{Account, JournaledState};
pub use journaled_state::{Account, JournalEntry, JournaledState};
pub use models::*;
pub use specification::*;

Expand Down

0 comments on commit 85ccacb

Please sign in to comment.