Disable equalize, avoiding consensus issue (#4608)

* Disable equalize, avoiding consensus issue

* Update frame/staking/Cargo.toml

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Gavin Wood
2020-01-13 12:49:52 +01:00
committed by GitHub
parent 4de8d5cef9
commit 2597457a7e
2 changed files with 1 additions and 36 deletions
+1 -2
View File
@@ -27,9 +27,8 @@ pallet-staking-reward-curve = { version = "2.0.0", path = "../staking/reward-cu
substrate-test-utils = { version = "2.0.0", path = "../../test-utils" }
[features]
equalize = []
migrate = []
default = ["std", "equalize"]
default = ["std"]
std = [
"serde",
"safe-mix/std",