primitives: rm alloy BlockHashOrNumber reexport (#12302)

This commit is contained in:
Thomas Coratger
2024-11-04 11:15:56 +01:00
committed by GitHub
parent 56b76871ed
commit 566f2b4950
17 changed files with 30 additions and 30 deletions

View File

@ -275,7 +275,7 @@ pub fn validate_against_parent_4844(
mod tests {
use super::*;
use alloy_consensus::{TxEip4844, EMPTY_OMMER_ROOT_HASH, EMPTY_ROOT_HASH};
use alloy_eips::eip4895::Withdrawal;
use alloy_eips::{eip4895::Withdrawal, BlockHashOrNumber};
use alloy_primitives::{
hex_literal::hex, Address, BlockHash, BlockNumber, Bytes, Parity, Sealable, U256,
};
@ -283,8 +283,7 @@ mod tests {
use rand::Rng;
use reth_chainspec::ChainSpecBuilder;
use reth_primitives::{
proofs, Account, BlockBody, BlockHashOrNumber, Signature, Transaction, TransactionSigned,
Withdrawals,
proofs, Account, BlockBody, Signature, Transaction, TransactionSigned, Withdrawals,
};
use reth_storage_api::{
errors::provider::ProviderResult, AccountReader, HeaderProvider, WithdrawalsProvider,