onflow / nft-storefront

A general-purpose Cadence contract for trading NFTs on Flow
The Unlicense
102 stars 53 forks source link

fixes for read scripts #17

Closed Droopy78 closed 2 years ago

Droopy78 commented 3 years ago

The read scripts error for me. To fix, it looks like getAccount() calls are needed to get the capabilities for the account addresses passed in for these files:

read_storefront_ids.cdc read_listing_details.cdc scripts.

maggo commented 3 years ago

Spotted the same issues the other day and just submitted a PR to fix it :) #19