Skip to content

Commit

Permalink
Update docs/examples/move/nft_marketplace/sources/nft_marketplace.move
Browse files Browse the repository at this point in the history
Co-authored-by: Mirko Zichichi <[email protected]>
  • Loading branch information
Dkwcs and miker83z authored Nov 26, 2024
1 parent 0eda47f commit c140b10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module nft_marketplace::nft_marketplace {
}


public fun set_price<T: key + store>(
public fun set_price<T: key + store>(
kiosk: &mut Kiosk,
cap: &KioskOwnerCap,
item: T,
Expand Down

0 comments on commit c140b10

Please sign in to comment.