diff --git a/crates/rpc/rpc-types/src/eth/trace/geth/mod.rs b/crates/rpc/rpc-types/src/eth/trace/geth/mod.rs index eb9a33acd2..ebd1a4b2ca 100644 --- a/crates/rpc/rpc-types/src/eth/trace/geth/mod.rs +++ b/crates/rpc/rpc-types/src/eth/trace/geth/mod.rs @@ -11,7 +11,7 @@ pub use self::{ call::{CallConfig, CallFrame, CallLogFrame}, four_byte::FourByteFrame, noop::NoopFrame, - pre_state::{PreStateConfig, PreStateFrame}, + pre_state::{AccountState, DiffMode, PreStateConfig, PreStateFrame, PreStateMode}, }; mod call;