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
When we send transaction in async manner, you can get the following error msg:
err: unexpected end of JSON input
in https://github.com/binance-chain/go-sdk/blob/f748c910e80d5bdb4fa73d8a5c90bd039b5d3950/client/transaction/create_order.go#L38 commit.Data is nil for async.
commit.Data
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When we send transaction in async manner, you can get the following error msg:
in https://github.com/binance-chain/go-sdk/blob/f748c910e80d5bdb4fa73d8a5c90bd039b5d3950/client/transaction/create_order.go#L38
commit.Data
is nil for async.The text was updated successfully, but these errors were encountered: