Skip to content

Commit

Permalink
chore(deps): rm unused dep (#6491)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Feb 8, 2024
1 parent 672246d commit 51d367a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions crates/consensus/auto-seal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ reth-stages.workspace = true
reth-revm.workspace = true
reth-transaction-pool.workspace = true
reth-node-api.workspace = true
reth-node-ethereum.workspace = true


# async
futures-util.workspace = true
Expand Down
12 changes: 5 additions & 7 deletions crates/consensus/auto-seal/tests/it/auto_mine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
use clap::Parser;
use jsonrpsee::{core::client::ClientT, http_client::HttpClientBuilder, rpc_params};

use reth_primitives::{hex, revm_primitives::FixedBytes, ChainSpec, Genesis};
use reth_provider::CanonStateSubscriptions;
use reth_transaction_pool::TransactionPool;
use std::{sync::Arc, time::Duration};
use tokio::time::timeout;

use reth::{
cli::{
components::RethNodeComponents,
Expand All @@ -18,6 +11,11 @@ use reth::{
runner::CliRunner,
tasks::TaskSpawner,
};
use reth_primitives::{hex, revm_primitives::FixedBytes, ChainSpec, Genesis};
use reth_provider::CanonStateSubscriptions;
use reth_transaction_pool::TransactionPool;
use std::{sync::Arc, time::Duration};
use tokio::time::timeout;

#[derive(Debug)]
struct AutoMineConfig;
Expand Down

0 comments on commit 51d367a

Please sign in to comment.