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" }
+1 -1
View File
@@ -26,7 +26,7 @@ extern crate substrate_state_machine as state_machine;
extern crate substrate_client as client;
extern crate substrate_primitives as primitives;
extern crate substrate_runtime_io as runtime_io;
extern crate polkadot_rpc_servers as rpc;
extern crate substrate_rpc_servers as rpc;
extern crate polkadot_primitives;
extern crate polkadot_executor;
extern crate native_runtime;