fix(core): re-export CallLogFrame from geth types

The CallLogFrame was not being exported from geth which made it
difficult to store all the logs using the ethers type.
This commit is contained in:
Justin Phu 2023-03-21 02:54:39 +11:00
parent 279280c6fd
commit 5b2e8a1806
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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},