difftreelog
fix wrong event
in: master
1 file changed
pallets/unique/src/lib.rsdiffbeforeafterboth600 let sender = T::CrossAccountId::from_sub(ensure_signed(origin)?);600 let sender = T::CrossAccountId::from_sub(ensure_signed(origin)?);601 let collection = <CollectionHandle<T>>::try_get(collection_id)?;601 let collection = <CollectionHandle<T>>::try_get(collection_id)?;602602603 <Pallet<T>>::deposit_event(Event::<T>::CollectionAdminAdded(603 <Pallet<T>>::deposit_event(Event::<T>::CollectionAdminRemoved(604 collection_id,604 collection_id,605 account_id.clone()605 account_id.clone()606 ));606 ));