Skip to content

Commit

Permalink
remove slot sample primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aranha-cw committed Jul 23, 2024
1 parent 6cba9f1 commit eb655de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions src/eth/primitives/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ mod signature;
mod size;
mod slot;
mod slot_index;
mod slot_sample;
mod slot_value;
mod stratus_error;
mod transaction_execution;
Expand Down Expand Up @@ -93,7 +92,6 @@ pub use signature::SoliditySignature;
pub use size::Size;
pub use slot::Slot;
pub use slot_index::SlotIndex;
pub use slot_sample::SlotSample;
pub use slot_value::SlotValue;
pub use stratus_error::StratusError;
pub use transaction_execution::ExternalTransactionExecution;
Expand Down
12 changes: 0 additions & 12 deletions src/eth/primitives/slot_sample.rs

This file was deleted.

0 comments on commit eb655de

Please sign in to comment.