Skip to content

Commit

Permalink
Update crates/sui-framework/packages/sui-framework/sources/collectibl…
Browse files Browse the repository at this point in the history
…e/kiosk.move

Co-authored-by: Ashok Menon <ashok@mystenlabs.com>
  • Loading branch information
damirka and amnn authored Mar 23, 2023
1 parent 89e6660 commit f32f2d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module sui::kiosk {
struct Listing has store, copy, drop { id: ID, is_exclusive: bool }

/// Dynamic field key for a `Lock` - mechanic that does not allow items
/// of a type leave the `Kiosk` ever unless the lock is disabled by the
/// of a type to leave the `Kiosk` ever unless the lock is disabled by the
/// creator of the item.
struct KioskLock<phantom T: key + store> has store, copy, drop {}

Expand Down

0 comments on commit f32f2d8

Please sign in to comment.