Rename polkadot-serializer -> substrate-serializer

This commit is contained in:
Gav
2018-02-07 11:47:30 +01:00
parent 6071774f57
commit a5195dfce6
21 changed files with 56 additions and 57 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ ethcore-io = { git = "https://github.com/paritytech/parity.git" }
substrate-primitives = { path = "../primitives" }
polkadot-client = { path = "../client" }
substrate-state-machine = { path = "../state-machine" }
polkadot-serializer = { path = "../serializer" }
substrate-serializer = { path = "../serializer" }
log = "0.3"
env_logger = "0.4"
rand = "0.3"