Skip to content

Commit

Permalink
box
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Dec 24, 2024
1 parent e2da72c commit 741a864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/context/interface/src/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pub use blob::{calc_blob_gasprice, calc_excess_blob_gas, BlobExcessGasAndPrice};

use auto_impl::auto_impl;
use primitives::{Address, B256, U256};
use std::boxed::Box;

/// Trait for retrieving block information required for execution.
#[auto_impl(&, &mut, Box, Arc)]
Expand Down

0 comments on commit 741a864

Please sign in to comment.