Skip to content
Snippets Groups Projects
Commit cf19f1f4 authored by Georges's avatar Georges Committed by GitHub
Browse files

Removing a trailing `MaxSegmentLength` (#9850)

parent aab666ed
Branches
No related merge requests found
...@@ -231,7 +231,6 @@ parameter_types! { ...@@ -231,7 +231,6 @@ parameter_types! {
pub const ReportLongevity: u64 = pub const ReportLongevity: u64 =
BondingDuration::get() as u64 * SessionsPerEra::get() as u64 * EpochDuration::get(); BondingDuration::get() as u64 * SessionsPerEra::get() as u64 * EpochDuration::get();
pub const MaxAuthorities: u32 = 10; pub const MaxAuthorities: u32 = 10;
pub const MaxSegmentLength: u32 = 256;
} }
impl Config for Test { impl Config for Test {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment