This commit is contained in:
Xavier Lau
2022-07-18 03:22:43 +08:00
committed by GitHub
parent 4cc925d297
commit 9e218944c4
+1 -1
View File
@@ -209,7 +209,7 @@ pub mod pallet {
}
#[pallet::constant_name(LeasePeriodsPerSlot)]
fn pease_periods_per_slot() -> u32 {
fn lease_periods_per_slot() -> u32 {
SlotRange::LEASE_PERIODS_PER_SLOT as u32
}
}