Skip to content

Commit

Permalink
Merge testnet into devnet in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
gztensor committed Nov 12, 2024
1 parent c91adae commit 64adce1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ pub type HostFunctions = (
frame_benchmarking::benchmarking::HostFunctions,
);

pub(crate) type FullClient =
sc_service::TFullClient<Block, RuntimeApi, WasmExecutor<HostFunctions>>;
type FullBackend = sc_service::TFullBackend<Block>;
type FullSelectChain = sc_consensus::LongestChain<FullBackend, Block>;
pub type Backend = FullBackend<Block>;
pub type Client = FullClient<Block, RuntimeApi, HostFunctions>;

Expand Down

0 comments on commit 64adce1

Please sign in to comment.