mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives: rm alloy_eips::eip2930 reexports (#11188)
This commit is contained in:
@ -497,8 +497,9 @@ pub fn random_request<R: Rng>(rng: &mut R) -> Request {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use alloy_eips::eip2930::AccessList;
|
||||
use alloy_primitives::Parity;
|
||||
use reth_primitives::{hex, public_key_to_address, AccessList, Signature, TxEip1559};
|
||||
use reth_primitives::{hex, public_key_to_address, Signature, TxEip1559};
|
||||
use std::str::FromStr;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user