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 params is an empty array, it results in an empty array payload. As a result, the RPC service returns an empty string '' for the data. This leads to an error being thrown at this line: https://github.com/ckb-js/ckb-sdk-js/blob/5a462cab76e008c2d54e1c46eff02bf750ddc0c0/packages/ckb-sdk-rpc/src/index.ts#LL113C26-L113C26.
params
payload
''
The text was updated successfully, but these errors were encountered:
Should be fixed by #616
Sorry, something went wrong.
Keith-CY
No branches or pull requests
When
params
is an empty array, it results in an empty arraypayload
.As a result, the RPC service returns an empty string
''
for the data. This leads to an error being thrown at this line: https://github.com/ckb-js/ckb-sdk-js/blob/5a462cab76e008c2d54e1c46eff02bf750ddc0c0/packages/ckb-sdk-rpc/src/index.ts#LL113C26-L113C26.The text was updated successfully, but these errors were encountered: