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