Skip to content
Snippets Groups Projects

Upgrade to polkadot-v1.11.0

Merged Benjamin Gallois requested to merge upgrade-polkadot-v1.11.0 into master
All threads resolved!
Compare and
7 files
+ 2209
1619
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 5
4
@@ -373,10 +373,11 @@ pub fn run() -> sc_cli::Result<()> {
}
{
service::new_full::<service::runtime_executor::runtime::RuntimeApi, Executor>(
config,
cli.sealing,
)
service::new_full::<
service::runtime_executor::runtime::RuntimeApi,
Executor,
sc_network::Litep2pNetworkBackend,
>(config, cli.sealing)
.map_err(sc_cli::Error::Service)
}
})
Loading