primitives: rm revm-primitives reexport (#11193)

This commit is contained in:
Thomas Coratger
2024-09-25 13:06:27 +02:00
committed by GitHub
parent 2b20a0dbfc
commit 648e2a4f7d
13 changed files with 31 additions and 40 deletions

View File

@@ -1,6 +0,0 @@
//! Helpers for working with EIP-4844 blob fee.
// re-exports from revm for calculating blob fee
pub use crate::revm_primitives::{
calc_blob_gasprice, calc_excess_blob_gas as calculate_excess_blob_gas,
};

View File

@@ -27,7 +27,6 @@ mod block;
#[cfg(feature = "reth-codec")]
mod compression;
pub mod constants;
pub mod eip4844;
pub mod proofs;
mod receipt;
pub use reth_static_file_types as static_file;