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
@@ -8,7 +8,7 @@ error-chain = "0.11"
jsonrpc-core = { git="https://github.com/paritytech/jsonrpc.git" }
jsonrpc-macros = { git="https://github.com/paritytech/jsonrpc.git" }
polkadot-client = { path = "../client" }
polkadot-primitives = { path = "../primitives" }
substrate-primitives = { path = "../primitives" }
polkadot-state-machine = { path = "../state-machine" }
[dev-dependencies]
+1 -1
View File
@@ -20,7 +20,7 @@
extern crate jsonrpc_core as rpc;
extern crate polkadot_client as client;
extern crate polkadot_primitives as primitives;
extern crate substrate_primitives as primitives;
extern crate polkadot_state_machine as state_machine;
#[macro_use]