difftreelog
fix after conflict
in: master
1 file changed
pallets/unique/src/lib.rsdiffbeforeafterboth501501502 <Pallet<T>>::deposit_event(Event::<T>::CollectionAdminAdded(502 <Pallet<T>>::deposit_event(Event::<T>::CollectionAdminAdded(503 collection_id,503 collection_id,504 new_admin.clone()504 new_admin_id.clone()505 ));505 ));506506507 <PalletCommon<T>>::toggle_admin(&collection, &sender, &new_admin, true)507 <PalletCommon<T>>::toggle_admin(&collection, &sender, &new_admin_id, true)508 }508 }509509510 /// Remove admin of a collection.510 /// Remove admin of a collection.