mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-04-22 04:28:01 +00:00
Update the solochain template to stable2412-4 (#23)
The template has NOT been successfully built and needs to be inspected. --------- Signed-off-by: Iulian Barbu <iulian@shuttle.rs> Co-authored-by: iulianbarbu <14218860+iulianbarbu@users.noreply.github.com> Co-authored-by: Iulian Barbu <iulian@shuttle.rs>
This commit is contained in:
committed by
GitHub
parent
e4c83d4c89
commit
1af6d764d3
+1
-1
@@ -178,7 +178,7 @@ pub fn run() -> sc_cli::Result<()> {
|
||||
None => {
|
||||
let runner = cli.create_runner(&cli.run)?;
|
||||
runner.run_node_until_exit(|config| async move {
|
||||
match config.network.network_backend {
|
||||
match config.network.network_backend.unwrap_or_default() {
|
||||
sc_network::config::NetworkBackendType::Libp2p => service::new_full::<
|
||||
sc_network::NetworkWorker<
|
||||
solochain_template_runtime::opaque::Block,
|
||||
|
||||
Reference in New Issue
Block a user