mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives: rm more alloy_primitives reexports (#11250)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -65,9 +65,9 @@ pub fn calculate_ommers_root(ommers: &[Header]) -> B256 {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::{constants::EMPTY_ROOT_HASH, hex_literal::hex, Block, U256};
|
||||
use crate::{constants::EMPTY_ROOT_HASH, Block, U256};
|
||||
use alloy_genesis::GenesisAccount;
|
||||
use alloy_primitives::{b256, Address};
|
||||
use alloy_primitives::{b256, hex_literal::hex, Address};
|
||||
use alloy_rlp::Decodable;
|
||||
use reth_chainspec::{HOLESKY, MAINNET, SEPOLIA};
|
||||
use reth_trie_common::root::{state_root_ref_unhashed, state_root_unhashed};
|
||||
|
||||
Reference in New Issue
Block a user