We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91adae commit 64adce1Copy full SHA for 64adce1
node/src/service.rs
@@ -45,10 +45,6 @@ pub type HostFunctions = (
45
frame_benchmarking::benchmarking::HostFunctions,
46
);
47
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>;
52
pub type Backend = FullBackend<Block>;
53
pub type Client = FullClient<Block, RuntimeApi, HostFunctions>;
54
0 commit comments