difftreelog
refactor(common runtime) switch to `from_parts`
in: master
1 file changed
runtime/common/config/pallets/mod.rsdiffbeforeafterboth151}151}152152153parameter_types! {153parameter_types! {154 pub AppPromotionDailyRate: Perbill = Perbill::from_rational(453_256u64, 1_000_000_000u64);154 pub AppPromotionDailyRate: Perbill = Perbill::from_parts(453_256);155 pub const MaxCollators: u32 = MAX_COLLATORS;155 pub const MaxCollators: u32 = MAX_COLLATORS;156 pub const LicenseBond: Balance = GENESIS_LICENSE_BOND;156 pub const LicenseBond: Balance = GENESIS_LICENSE_BOND;157157