Skip to content

Commit

Permalink
chore: unused deps sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Aug 8, 2023
1 parent 40230e7 commit 5cc5a45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 2 additions & 3 deletions crates/rpc/rpc/src/eth/api/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,8 @@ mod tests {
use reth_interfaces::test_utils::{generators, generators::Rng};
use reth_network_api::noop::NoopNetwork;
use reth_primitives::{
basefee::calculate_next_block_base_fee,
constants::{self, ETHEREUM_BLOCK_GAS_LIMIT},
BaseFeeParams, Block, BlockNumberOrTag, Header, TransactionSigned, H256, U256,
basefee::calculate_next_block_base_fee, constants::ETHEREUM_BLOCK_GAS_LIMIT, BaseFeeParams,
Block, BlockNumberOrTag, Header, TransactionSigned, H256, U256,
};
use reth_provider::{
test_utils::{MockEthProvider, NoopProvider},
Expand Down

0 comments on commit 5cc5a45

Please sign in to comment.