mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: finalize proofs mod move from reth-primitives to reth-primitives-traits (#13875)
This commit is contained in:
@ -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() };
|
||||
|
||||
Reference in New Issue
Block a user