Skip to content
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

SEP-10: The transaction's ManageData operation value should not be null #592

Closed
overcat opened this issue Oct 29, 2020 · 0 comments
Closed
Labels

Comments

@overcat
Copy link
Contributor

overcat commented Oct 29, 2020

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.

// verify base64

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants