From cf19f1f442477e98d3fa55a45d1cd69aefcf6870 Mon Sep 17 00:00:00 2001
From: Georges <georges.dib@gmail.com>
Date: Sat, 25 Sep 2021 22:08:04 +0100
Subject: [PATCH] Removing a trailing `MaxSegmentLength` (#9850)

---
 substrate/frame/babe/src/mock.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/substrate/frame/babe/src/mock.rs b/substrate/frame/babe/src/mock.rs
index a05072bc331..b504a26f604 100644
--- a/substrate/frame/babe/src/mock.rs
+++ b/substrate/frame/babe/src/mock.rs
@@ -231,7 +231,6 @@ parameter_types! {
 	pub const ReportLongevity: u64 =
 		BondingDuration::get() as u64 * SessionsPerEra::get() as u64 * EpochDuration::get();
 	pub const MaxAuthorities: u32 = 10;
-	pub const MaxSegmentLength: u32 = 256;
 }
 
 impl Config for Test {
-- 
GitLab