refactor: finalize proofs mod move from reth-primitives to reth-primitives-traits (#13875)

This commit is contained in:
Léa Narzis
2025-01-22 21:15:47 +01:00
committed by GitHub
parent 3b0e70a512
commit 6c762565b8
16 changed files with 30 additions and 41 deletions

View File

@ -270,7 +270,7 @@ mod tests {
use super::*;
use alloy_primitives::B256;
use reth_chainspec::{ChainSpec, ChainSpecBuilder};
use reth_primitives::proofs;
use reth_primitives_traits::proofs;
fn header_with_gas_limit(gas_limit: u64) -> SealedHeader {
let header = reth_primitives::Header { gas_limit, ..Default::default() };