highskore

Results 16 comments of highskore

I'm still getting "Payer cannot be different accounts" with fcl 1.2.0 The same error which I was getting that caused this exact issue to be raised. Here's the discord thread:...

Can we remove the "post" checks on deposit/withdraw? What's the use of having those checks inside the standard? We can't override them and having them inside the standard makes it...

@joshuahannan I want to implement an obligatory fee for every fungible token transaction. Having an alternate receiver would allow users to circumvent the fee right? They can just use the...

@justinbarry I tested this again, looks like it works if you put the current user as the payer, but if the payer is the serverAuthorization it doesn't work (and it...

@andrew54068 I guess so, but it's not really clean. We should be able to initialise client here: https://github.com/portto/fcl-swift/blob/d1b62c97b9dfc8c44f6c2f21c83d37a45b8af566/Sources/FCL-SDK/FCL.swift#L31

I'm using the stable cadence version of NFTStorefront and borrowNFT is always reverting for me here: `assert(ref.isInstance(self.getDetails().nftType), message: "token has wrong type")`, but creating the listing works fine, it would...

I'm using the stable cadence version of NFTStorefront and borrowNFT is always reverting for me here: assert(ref.isInstance(self.getDetails().nftType), message: "token has wrong type"), but creating the listing works fine, it would...