Clean runtime constants (#3459)

* Remove bogus constants.

* Bump.
This commit is contained in:
Kian Paimani
2019-08-24 18:00:26 +02:00
committed by Bastian Köcher
parent e9273329ae
commit c14afe4352
6 changed files with 3 additions and 35 deletions
-3
View File
@@ -465,9 +465,6 @@ type ExpoMap<T> = BTreeMap<
Exposure<<T as system::Trait>::AccountId, BalanceOf<T>>
>;
pub const DEFAULT_SESSIONS_PER_ERA: u32 = 3;
pub const DEFAULT_BONDING_DURATION: u32 = 1;
/// Means for interacting with a specialized version of the `session` trait.
///
/// This is needed because `Staking` sets the `ValidatorIdOf` of the `session::Trait`