mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
primitives: rm revm-primitives reexport (#11193)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user