Skip to content

Commit

Permalink
refactor(common runtime): switch to from_parts
Browse files Browse the repository at this point in the history
  • Loading branch information
PraetorP committed Nov 16, 2023
1 parent 5ba460d commit e8d6f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/common/config/pallets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl pallet_unique::Config for Runtime {
}

parameter_types! {
pub AppPromotionDailyRate: Perbill = Perbill::from_rational(453_256u64, 1_000_000_000u64);
pub AppPromotionDailyRate: Perbill = Perbill::from_parts(453_256);
pub const MaxCollators: u32 = MAX_COLLATORS;
pub const LicenseBond: Balance = GENESIS_LICENSE_BOND;

Expand Down

0 comments on commit e8d6f25

Please sign in to comment.