Skip to content

Commit

Permalink
Update pallets/collator-selection/src/mock.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroslav Bolyukin <[email protected]>
  • Loading branch information
PraetorP and CertainLach authored Oct 25, 2023
1 parent 41c6610 commit 51f6f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/collator-selection/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ parameter_types! {
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";
}
Expand Down

0 comments on commit 51f6f7f

Please sign in to comment.