Skip to content

Commit 64adce1

Browse files
committed
Merge testnet into devnet in progress
1 parent c91adae commit 64adce1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

node/src/service.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ pub type HostFunctions = (
4545
frame_benchmarking::benchmarking::HostFunctions,
4646
);
4747

48-
pub(crate) type FullClient =
49-
sc_service::TFullClient<Block, RuntimeApi, WasmExecutor<HostFunctions>>;
50-
type FullBackend = sc_service::TFullBackend<Block>;
51-
type FullSelectChain = sc_consensus::LongestChain<FullBackend, Block>;
5248
pub type Backend = FullBackend<Block>;
5349
pub type Client = FullClient<Block, RuntimeApi, HostFunctions>;
5450

0 commit comments

Comments
 (0)