From 82e3e127f10fab79dadd9ff286b67f1395364ae0 Mon Sep 17 00:00:00 2001 From: Pavel Orlov <45266194+PraetorP@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:28:17 +0000 Subject: [PATCH] Update pallets/collator-selection/src/mock.rs --- --- a/pallets/collator-selection/src/mock.rs +++ b/pallets/collator-selection/src/mock.rs @@ -208,7 +208,7 @@ pub const DefaultWeightToFeeCoefficient: u64 = 100_000; pub const DefaultMinGasPrice: u64 = 100_000; pub const MaxXcmAllowedLocations: u32 = 16; - pub AppPromotionDailyRate: Perbill = Perbill::from_rational(453_256u64, 1_000_000_000u64); + pub AppPromotionDailyRate: Perbill = Perbill::from_parts(453_256); pub const DayRelayBlocks: u32 = 1; pub const LicenceBondIdentifier: [u8; 16] = *b"licenceidentifie"; } -- gitstuff