mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user