From f71ac36e3dc797f957bd079b4fc38a563393dfcb Mon Sep 17 00:00:00 2001 From: teenager-ETH Date: Wed, 18 Dec 2024 15:38:12 +0100 Subject: [PATCH] Typo lib.rs --- modules/auction-manager/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auction-manager/src/lib.rs b/modules/auction-manager/src/lib.rs index e7fcb4b825..30f258633e 100644 --- a/modules/auction-manager/src/lib.rs +++ b/modules/auction-manager/src/lib.rs @@ -356,7 +356,7 @@ impl Pallet { let mut to_be_continue = StorageValueRef::persistent(OFFCHAIN_WORKER_DATA); // get to_be_continue record, - // if it exsits, iterator map storage start with previous key + // if it exists, iterator map storage start with previous key let start_key = to_be_continue.get::>().unwrap_or_default(); // get the max iterationns config