We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a3a566 + 5642a22 commit b80a224Copy full SHA for b80a224
pallets/fruniques/src/lib.rs
@@ -152,6 +152,7 @@ pub mod pallet {
152
Self::account_id_to_lookup_source(&admin),
153
)?;
154
155
+
156
Self::deposit_event(Event::FruniqueCollectionCreated(admin, new_collection_id));
157
158
<NextCollection<T>>::put(Self::next_collection() + 1);
@@ -273,6 +274,7 @@ pub mod pallet {
273
274
};
275
276
<FruniqueChild<T>>::insert(class_id, instance_id, Some(child_info));
277
278
}
279
280
Ok(())
@@ -297,6 +299,7 @@ pub mod pallet {
297
299
let _ = <NextFrunique<T>>::clear(1000, None);
298
300
let _ = <FruniqueParent<T>>::clear(1000, None);
301
let _ = <FruniqueChild<T>>::clear(1000, None);
302
303
304
305
0 commit comments