onflow / nft-storefront

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

read_storefront_ids.cdc: value of type Address has no member getCapability #20

Closed drauschenbach closed 2 years ago

drauschenbach commented 3 years ago
...
          client: rpc error: code = Unknown desc = [Error Code: 1101] cadence runtime error Execution failed:
          error: value of type `Address` has no member `getCapability`
           --> 1f5e13d13867e9926ce5d39a2e8b185bda1e1c398d85603c8880889184e6d0cf:8:9
            |
          8 |         .getCapability<&NFTStorefront.Storefront{NFTStorefront.StorefrontPublic}>(
            |          ^^^^^^^^^^^^^ unknown member

      occurred
Droopy78 commented 3 years ago

Looks like this is the same issue mentioned here: #17 Maggo submitted a pull request for it here: #19

psiemens commented 2 years ago

Thanks @drauschenbach -- this was fixed by #19