Skip to content

Commit

Permalink
Export StorageSlot (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoscout committed Nov 14, 2022
1 parent 560bb03 commit d1703cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revm/src/lib.rs
Expand Up @@ -28,7 +28,7 @@ pub use instructions::{
pub use interpreter::{
Bytecode, BytecodeLocked, BytecodeState, Contract, Interpreter, Memory, Stack,
};
pub use journaled_state::{Account, JournalEntry, JournaledState};
pub use journaled_state::{Account, JournalEntry, JournaledState, StorageSlot};
pub use models::*;
pub use specification::*;

Expand Down

0 comments on commit d1703cd

Please sign in to comment.