Support running relay chain full node as non-collator (#1069)

* Run relay chain full node not as collator

* Clean up
This commit is contained in:
Sebastian Kunert
2022-03-04 17:02:37 +01:00
committed by GitHub
parent 17729216e9
commit e495168051
5 changed files with 35 additions and 30 deletions
+1 -1
View File
@@ -2093,7 +2093,7 @@ dependencies = [
"futures-timer",
"jsonrpsee 0.9.0",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"polkadot-service",
"sc-client-api",
"sc-rpc-api",