Skip to content

Commit

Permalink
import should go under base_node feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Jan 3, 2022
1 parent cf56ef0 commit 0dd1e85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base_layer/core/src/base_node/sync/rpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ use tari_comms::protocol::rpc::{Request, Response, RpcStatus, Streaming};
use tari_comms_rpc_macros::tari_rpc;

#[cfg(feature = "base_node")]
use crate::chain_storage::{async_db::AsyncBlockchainDb, BlockchainBackend};
use crate::{
base_node::LocalNodeCommsInterface,
chain_storage::{async_db::AsyncBlockchainDb, BlockchainBackend},
};
use crate::{
proto,
proto::base_node::{
FindChainSplitRequest,
Expand Down

0 comments on commit 0dd1e85

Please sign in to comment.