Closed joshuahannan closed 3 months ago
Closes #100
In the Cadence 0.42 version of both NFTStorefront contracts, the destroy method would emit the ListingCompleted event whenever a Listing was destroyed. This PR adds that functionality to the 1.0 versions to continue to behave in the same way.
NFTStorefront
destroy
ListingCompleted
Closes #100
In the Cadence 0.42 version of both
NFTStorefront
contracts, thedestroy
method would emit theListingCompleted
event whenever a Listing was destroyed. This PR adds that functionality to the 1.0 versions to continue to behave in the same way.