Rename polkadot-state-machine -> substrate-state-machine

This commit is contained in:
Gav
2018-02-07 11:44:32 +01:00
parent 43ef2ca6f3
commit 6071774f57
17 changed files with 51 additions and 51 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-state-machine"
name = "substrate-state-machine"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Polkadot State Machine"
description = "Substrate State Machine"
[dependencies]
substrate-primitives = { path = "../primitives", version = "0.1.0" }