mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 09:17:58 +00:00
Removing a trailing MaxSegmentLength (#9850)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user