Cleanup light client leftovers (#1456)

* Cleanup light client leftovers

* Readme: make it clear that Collator is full node of parachain

* cargo update -p sp-io

* cargo update -p polkadot-primitives
This commit is contained in:
Dmitry Markin
2022-07-21 13:59:07 +03:00
committed by GitHub
parent 17ef4100b6
commit d7e4f65761
6 changed files with 270 additions and 295 deletions
-4
View File
@@ -227,10 +227,6 @@ pub async fn start_node_impl<RB>(
where
RB: Fn(Arc<Client>) -> Result<jsonrpsee::RpcModule<()>, sc_service::Error> + Send + 'static,
{
if matches!(parachain_config.role, Role::Light) {
return Err("Light client not supported!".into())
}
let mut parachain_config = prepare_node_config(parachain_config);
let params = new_partial(&mut parachain_config)?;