mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-28 01:28:01 +00:00
Update to 1.14.0 triggered by workflow_dispatch
This commit is contained in:
+3
-1
@@ -16,7 +16,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
use futures::FutureExt;
|
||||
use runtime::{self, interface::OpaqueBlock as Block, RuntimeApi};
|
||||
use minimal_template_runtime::{interface::OpaqueBlock as Block, RuntimeApi};
|
||||
use sc_client_api::backend::Backend;
|
||||
use sc_executor::WasmExecutor;
|
||||
use sc_service::{error::Error as ServiceError, Configuration, TaskManager};
|
||||
@@ -34,8 +34,10 @@ type HostFunctions =
|
||||
#[cfg(not(feature = "runtime-benchmarks"))]
|
||||
type HostFunctions = sp_io::SubstrateHostFunctions;
|
||||
|
||||
#[docify::export]
|
||||
pub(crate) type FullClient =
|
||||
sc_service::TFullClient<Block, RuntimeApi, WasmExecutor<HostFunctions>>;
|
||||
|
||||
type FullBackend = sc_service::TFullBackend<Block>;
|
||||
type FullSelectChain = sc_consensus::LongestChain<FullBackend, Block>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user