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 (#11325)
This commit is contained in:
@ -500,8 +500,8 @@ mod tests {
|
||||
use super::*;
|
||||
use alloy_consensus::TxEip1559;
|
||||
use alloy_eips::eip2930::AccessList;
|
||||
use alloy_primitives::Parity;
|
||||
use reth_primitives::{hex, public_key_to_address, Signature};
|
||||
use alloy_primitives::{hex, Parity};
|
||||
use reth_primitives::{public_key_to_address, Signature};
|
||||
use std::str::FromStr;
|
||||
|
||||
#[test]
|
||||
|
||||
@ -18,8 +18,7 @@ use std::{
|
||||
///
|
||||
/// # Example
|
||||
/// ```
|
||||
/// # use alloy_primitives::{Address, U256};
|
||||
/// # use reth_primitives::{hex, Bytes};
|
||||
/// # use alloy_primitives::{Address, U256, hex, Bytes};
|
||||
/// # use reth_testing_utils::GenesisAllocator;
|
||||
/// # use std::str::FromStr;
|
||||
/// let mut allocator = GenesisAllocator::default();
|
||||
|
||||
Reference in New Issue
Block a user