mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-30 09:38:24 -05:00
chore: fix deps sanity check (#4462)
This commit is contained in:
@@ -1888,9 +1888,7 @@ mod tests {
|
||||
BeaconForkChoiceUpdateError,
|
||||
};
|
||||
use assert_matches::assert_matches;
|
||||
use reth_primitives::{
|
||||
stage::StageCheckpoint, ChainSpec, ChainSpecBuilder, PruneModes, H256, MAINNET,
|
||||
};
|
||||
use reth_primitives::{stage::StageCheckpoint, ChainSpec, ChainSpecBuilder, H256, MAINNET};
|
||||
use reth_provider::{BlockWriter, ProviderFactory};
|
||||
use reth_rpc_types::engine::{
|
||||
ExecutionPayloadV1, ForkchoiceState, ForkchoiceUpdated, PayloadStatus,
|
||||
|
||||
Reference in New Issue
Block a user