fix tests after merge

This commit is contained in:
Robert Habermeier
2018-02-06 14:44:25 +01:00
parent 2b691cef06
commit de65de4758
13 changed files with 77 additions and 59 deletions
+2
View File
@@ -11,6 +11,8 @@ polkadot-primitives = { path = "../primitives", version = "0.1" }
polkadot-state-machine = { path = "../state-machine", version = "0.1" }
polkadot-serializer = { path = "../serializer" }
polkadot-executor = { path = "../executor" }
polkadot-runtime-codec = { path = "../runtime-codec", version = "0.1" }
native-runtime = { path = "../native-runtime" }
triehash = "0.1"
hex-literal = "0.1"
ed25519 = { path = "../ed25519", version = "0.1" }