Pass client and task_executor to BuildParachainContext (#484)

* Pass `client` and `task_executor` to `BuildParachainContext`

* Update `Cargo.lock`
This commit is contained in:
Bastian Köcher
2019-10-19 13:26:15 +02:00
committed by GitHub
parent 2842be7b81
commit 687244f989
4 changed files with 67 additions and 21 deletions
+1
View File
@@ -24,6 +24,7 @@ dependencies = [
"polkadot-collator 0.6.0",
"polkadot-parachain 0.6.0",
"polkadot-primitives 0.6.0",
"substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]