Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit f488598

Browse files
authored
Use node_template_runtime::opaque::Block instead of node_template_runtime::Block (#6737)
1 parent f1c483a commit f488598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/node-template/node/src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use std::sync::Arc;
44
use std::time::Duration;
55
use sc_client_api::{ExecutorProvider, RemoteBackend};
6-
use node_template_runtime::{self, Block, RuntimeApi};
6+
use node_template_runtime::{self, opaque::Block, RuntimeApi};
77
use sc_service::{error::Error as ServiceError, Configuration, ServiceComponents, TaskManager};
88
use sp_inherents::InherentDataProviders;
99
use sc_executor::native_executor_instance;

0 commit comments

Comments
 (0)