Rename polkadot-primitives -> substrate-primitives.

This commit is contained in:
Gav
2018-02-07 11:33:29 +01:00
parent 25fc82c619
commit 2220c6e37a
26 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ error-chain = "0.11"
log = "0.3"
polkadot-client = { path = "../client" }
substrate-executor = { path = "../executor" }
polkadot-primitives = { path = "../primitives" }
substrate-primitives = { path = "../primitives" }
polkadot-rpc-servers = { path = "../rpc-servers" }