difftreelog
fix remove task from lookup if no preimage postponement
in: master
1 file changed
pallets/scheduler/src/lib.rsdiffbeforeafterboth412 Lookup::<T>::insert(id, (until, index as u32));412 Lookup::<T>::insert(id, (until, index as u32));413 }413 }414 Agenda::<T>::append(until, Some(s));414 Agenda::<T>::append(until, Some(s));415 } else if let Some(ref id) = s.maybe_id {416 Lookup::<T>::remove(id);415 }417 }416 continue;418 continue;417 }419 }