git.delta.rocks / unique-network / refs/commits / d56d63a92c7b

difftreelog

refactor(common runtime) switch to `from_parts`

PraetorP2023-10-25parent: #82e3e12.patch.diff
in: master

1 file changed

modifiedruntime/common/config/pallets/mod.rsdiffbeforeafterboth
151}151}
152152
153parameter_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