Skip to content

Commit 978c07d

Browse files
committed
update comment for documentation
1 parent 36d4a01 commit 978c07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/fruniques/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ pub mod pallet {
308308
/// ### Parameters:
309309
/// - `origin` must be signed by the Root origin.
310310
/// - `class_id` must be a valid class of the asset class.
311-
/// - `witness`
311+
/// - `witness` the witness data to destroy the collection. This is used to prevent accidental destruction of the collection. The witness data is retrieved from the `class` storage.
312312
/// - `maybe_check_owner` Optional value to check if the owner of the collection is the same as the signer.
313313
/// ### Considerations:
314314
/// This function is only used for testing purposes. Or in case someone calls uniques pallet directly.

0 commit comments

Comments
 (0)