Moving rpc to substrate in name.

This commit is contained in:
Gav
2018-02-07 22:59:35 +01:00
parent b1537185fa
commit 3d0a44c8a9
14 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ substrate-runtime-io = { path = "../runtime-io" }
substrate-state-machine = { path = "../state-machine" }
substrate-executor = { path = "../executor" }
substrate-primitives = { path = "../primitives" }
polkadot-rpc-servers = { path = "../rpc-servers" }
substrate-rpc-servers = { path = "../rpc-servers" }
polkadot-primitives = { path = "../polkadot-primitives" }
polkadot-executor = { path = "../polkadot-executor" }
native-runtime = { path = "../native-runtime" }