Skip to content

Commit

Permalink
Fix ChainServicesBuilder import path in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Nov 22, 2023
1 parent ead01c2 commit f271d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chain/src/tests/block_assembler.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use crate::tests::util::dummy_network;
use crate::{ChainController, ChainServicesBuilder};
use crate::ChainController;
use ckb_app_config::BlockAssemblerConfig;
use ckb_chain_spec::consensus::Consensus;
use ckb_dao_utils::genesis_dao_data;
use ckb_jsonrpc_types::ScriptHashType;
use ckb_shared::{Shared, SharedBuilder, Snapshot};
use ckb_shared::{ChainServicesBuilder, Shared, SharedBuilder, Snapshot};
use ckb_store::ChainStore;
use ckb_tx_pool::{block_assembler::CandidateUncles, PlugTarget, TxEntry};
use ckb_types::{
Expand Down

0 comments on commit f271d4b

Please sign in to comment.