From 3adadb1295cfeae54d0ef0830eb1c637f117d395 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Fri, 8 Jul 2022 08:40:05 +0800 Subject: [PATCH] Fix Typo --- runtime/common/src/auctions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/common/src/auctions.rs b/runtime/common/src/auctions.rs index 0eaabe2e6d6b..71f9c2182d92 100644 --- a/runtime/common/src/auctions.rs +++ b/runtime/common/src/auctions.rs @@ -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 } }