git.delta.rocks / unique-network / refs/commits / 1a3045190c65

difftreelog

fix after conflict

Daniel Shiposha2022-08-12parent: #4bd96c3.patch.diff
in: master

1 file changed

modifiedpallets/unique/src/lib.rsdiffbeforeafterboth
501501
502 <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 ));
506506
507 <PalletCommon<T>>::toggle_admin(&collection, &sender, &new_admin, true)507 <PalletCommon<T>>::toggle_admin(&collection, &sender, &new_admin_id, true)
508 }508 }
509509
510 /// Remove admin of a collection.510 /// Remove admin of a collection.