We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug In SEP-10, when we check the value of ManagaData, we should first check whether the value exists, otherwise, we will get a TypeError.
js-stellar-sdk/src/utils.ts
Line 183 in e7dc9b1
What version are you on? v6.2.0
To Reproduce See PR's test case. #591
Expected behavior The SDK normally handles cases where the value of ManageData is null.
I think other SDKs also have this problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In SEP-10, when we check the value of ManagaData, we should first check whether the value exists, otherwise, we will get a TypeError.
js-stellar-sdk/src/utils.ts
Line 183 in e7dc9b1
What version are you on?
v6.2.0
To Reproduce
See PR's test case. #591
Expected behavior
The SDK normally handles cases where the value of ManageData is null.
I think other SDKs also have this problem.
The text was updated successfully, but these errors were encountered: