Rename polkadot-state-machine -> substrate-state-machine

This commit is contained in:
Gav
2018-02-07 11:44:32 +01:00
parent 43ef2ca6f3
commit 6071774f57
17 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ substrate-codec = { path = "../codec", version = "0.1" }
polkadot-runtime-std = { path = "../runtime-std", version = "0.1" }
substrate-primitives = { path = "../primitives", version = "0.1" }
polkadot-serializer = { path = "../serializer", version = "0.1" }
polkadot-state-machine = { path = "../state-machine" , version = "0.1" }
substrate-state-machine = { path = "../state-machine" , version = "0.1" }
native-runtime = { path = "../native-runtime", version = "0.1" }
ed25519 = { path = "../ed25519", version = "0.1" }
serde = "1.0"