Skip to content

Commit

Permalink
fix(core): re-export CallLogFrame from geth types
Browse files Browse the repository at this point in the history
The CallLogFrame was not being exported from geth which made it
difficult to store all the logs using the ethers type.
  • Loading branch information
jqphu committed Mar 20, 2023
1 parent 279280c commit 5b2e8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-core/src/types/trace/geth.rs
Expand Up @@ -4,7 +4,7 @@ mod noop;
mod pre_state;

pub use self::{
call::{CallConfig, CallFrame},
call::{CallConfig, CallFrame, CallLogFrame},
four_byte::FourByteFrame,
noop::NoopFrame,
pre_state::{PreStateConfig, PreStateFrame},
Expand Down

0 comments on commit 5b2e8a1

Please sign in to comment.