Skip to content

Commit

Permalink
expose cyclestats
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed Sep 3, 2024
1 parent 8c9c706 commit 8dd24f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use u256::{H160, U256};
pub use decommit::address_into_u256;
pub use decommit::initial_decommit;
pub use eravm_stable_interface::{
CallframeInterface, HeapId, Opcode, OpcodeType, ReturnType, StateInterface, Tracer,
CallframeInterface, CycleStats, HeapId, Opcode, OpcodeType, ReturnType, StateInterface, Tracer,
};
pub use heap::FIRST_HEAP;
pub use instruction::{jump_to_beginning, ExecutionEnd, Instruction};
Expand Down

0 comments on commit 8dd24f2

Please sign in to comment.