Skip to content

Commit

Permalink
chore: export StackSnapshotType (#5566)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Nov 25, 2023
1 parent 973ca00 commit 7de2582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revm/revm-inspectors/src/tracing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub use builder::{
geth::{self, GethTraceBuilder},
parity::{self, ParityTraceBuilder},
};
pub use config::TracingInspectorConfig;
pub use config::{StackSnapshotType, TracingInspectorConfig};
pub use fourbyte::FourByteInspector;
pub use opcount::OpcodeCountInspector;

Expand Down

0 comments on commit 7de2582

Please sign in to comment.