Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Dec 12, 2024
1 parent 23c409c commit 96d7d24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cadence/transactions/create_nft_listing.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ import "NonFungibleToken"
import "ExampleNFT"
import "NFTStorefront"


transaction {
let paymentVault: @{FungibleToken.Vault}
let exampleNFTCollection: &ExampleNFT.Collection
let storefront: auth(NFTStorefront.CreateListing) &NFTStorefront.Storefront
let listing: &{NFTStorefront.ListingPublic}

prepare(acct: auth(Storage, Capabilities, NFTStorefront.CreateListing) &Account) {

Expand Down

0 comments on commit 96d7d24

Please sign in to comment.