-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Batch. Request invalid request #6164
Comments
Hello @ppegu , |
In 4.x if there is 1 request added in batch, the bug is here as
in case if there are > 1 requests added, it works fine, |
Oo okay Thanks |
@ppegu Thanks for testing 4.x, |
Sure i will. Thanks Again |
PR created, thank you for finding this! #6166 |
const batch = new web3.BatchRequest();
innerError: { code: -32600, message: 'invalid request' },
The text was updated successfully, but these errors were encountered: