Skip to content

Commit

Permalink
fix: expose the revm_utils to consumer as needed structs from it (par…
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 authored and merklefruit committed Jul 22, 2023
1 parent de47555 commit a834445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc/src/eth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub mod gas_oracle;
mod id_provider;
mod logs_utils;
mod pubsub;
pub(crate) mod revm_utils;
pub mod revm_utils;
mod signer;
pub(crate) mod utils;

Expand Down

0 comments on commit a834445

Please sign in to comment.