Use node_template_runtime::opaque::Block instead of node_template_runtime::Block (#6737)

This commit is contained in:
Ashley
2020-07-28 14:38:38 +02:00
committed by GitHub
parent 0a165a19c3
commit 97f400f0f0
@@ -3,7 +3,7 @@
use std::sync::Arc;
use std::time::Duration;
use sc_client_api::{ExecutorProvider, RemoteBackend};
use node_template_runtime::{self, Block, RuntimeApi};
use node_template_runtime::{self, opaque::Block, RuntimeApi};
use sc_service::{error::Error as ServiceError, Configuration, ServiceComponents, TaskManager};
use sp_inherents::InherentDataProviders;
use sc_executor::native_executor_instance;