Skip to content

Commit

Permalink
refactor: switcheroo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Sep 2, 2024
1 parent 1b89a35 commit 3fdd2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trace_decoder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ pub struct BlockLevelData {
pub withdrawals: Vec<(Address, U256)>,
}

pub use entrypoint_old as entrypoint;
pub use imp::entrypoint as entrypoint_new;
// pub use entrypoint_old as entrypoint;
pub use imp::entrypoint;

mod imp;

Expand Down

0 comments on commit 3fdd2bc

Please sign in to comment.