mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use alloy traits for PoolTransaction (#14228)
This commit is contained in:
@ -6,6 +6,7 @@ edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
alloy-consensus.workspace = true
|
||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||
eyre.workspace = true
|
||||
tokio.workspace = true
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
//! cargo run --release -p network-txpool -- node
|
||||
//! ```
|
||||
|
||||
use alloy_consensus::Transaction;
|
||||
use reth_network::{config::rng_secret_key, EthNetworkPrimitives, NetworkConfig, NetworkManager};
|
||||
use reth_provider::test_utils::NoopProvider;
|
||||
use reth_transaction_pool::{
|
||||
|
||||
Reference in New Issue
Block a user