Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test fixes
  • Loading branch information
gavofyork committed Aug 22, 2018
commit b85cb386a8f7e8b629c01d81c28e2d5aeb7178c8
2 changes: 1 addition & 1 deletion substrate/runtime/staking/src/genesis_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use super::{Trait, ENUM_SET_SIZE, EnumSet, NextEnumSet, Intentions, CurrentEra,
BondingDuration, CreationFee, TransferFee, ReclaimRebate,
ExistentialDeposit, TransactionByteFee, TransactionBaseFee, TotalStake,
SessionsPerEra, ValidatorCount, FreeBalance, SessionReward, EarlyEraSlash,
OfflineSlashGrace};
OfflineSlashGrace, MinimumValidatorCount};

#[derive(Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
Expand Down