Skip to content

Commit

Permalink
Typo lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
teenager-ETH authored Dec 18, 2024
1 parent f91f004 commit f71ac36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auction-manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ impl<T: Config> Pallet<T> {
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::<Vec<u8>>().unwrap_or_default();

// get the max iterationns config
Expand Down

0 comments on commit f71ac36

Please sign in to comment.