Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 8, 2024
1 parent 62067d5 commit 4cbe245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node/src/rpc/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use sp_core::H256;
use sp_inherents::CreateInherentDataProviders;
use sp_runtime::traits::Block as BlockT;
// Frontier
pub use fc_rpc::{EthBlockDataCacheTask, EthConfig, OverrideHandle, StorageOverride};
pub use fc_rpc::{EthBlockDataCacheTask, EthConfig, OverrideHandle};
pub use fc_rpc_core::types::{FeeHistoryCache, FeeHistoryCacheLimit, FilterPool};
pub use fc_storage::overrides_handle;
use fp_rpc::{ConvertTransaction, ConvertTransactionRuntimeApi, EthereumRuntimeRPCApi};
Expand Down
3 changes: 1 addition & 2 deletions node/src/rpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ use creditcoin3_runtime::{opaque::Block, AccountId, Balance, BlockNumber, Hash,

mod eth;
pub use self::eth::{
consensus_data_provider::{self, BabeConsensusDataProvider},
create_eth, overrides_handle, EthDeps,
consensus_data_provider::BabeConsensusDataProvider, create_eth, overrides_handle, EthDeps,
};

type HasherFor<Block> = <<Block as BlockT>::Header as HeaderT>::Hashing;
Expand Down

0 comments on commit 4cbe245

Please sign in to comment.