-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with failing TokenUpdateNftsTransaction #2530
Comments
Hi Justyn, I hope you're doing well! I took some time to investigate the issue and cloned Nadine's repo to see if I could reproduce the problem. I was able to replicate the same behavior. However, I also tested the functionality in the SDK environment (please see the example below) and it appeared to work without any issues at first glance. It’s worth noting that this feature is currently being utilized successfully by other users and wallets, and it seems to be functioning correctly in those contexts. If you haven’t been able to find the issue elsewhere, we will investigate deeper into it. Just let me know how you’d like to proceed :)) SDK environment example:
|
Hey team.
We're seeing an issue with failing transactions in the Hedera WalletConnect repo as described here: hashgraph/hedera-wallet-connect#265
It looks as if the error is stemming from this line:
hedera-sdk-js/src/token/TokenUpdateNftsTransaction.js
Line 104 in ba47014
Before we continue further investigations, could someone please verify that this line is correct. It appears as if it's not accessing the correct data key. I'm not familiar enough with this code, but it feels like the data key should be this instead:
as defined here:
hedera-sdk-js/src/token/TokenUpdateNftsTransaction.js
Lines 195 to 197 in ba47014
Any input would be appreciated as it's hard to see what else is wrong from the Hedera WalletConnect side. Many thanks!
The text was updated successfully, but these errors were encountered: