-
Notifications
You must be signed in to change notification settings - Fork 152
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
transaction is null in eth_getUncleByBlockHashAndIndex #344
Comments
Thanks for this! Here's a corresponding call at ethereum/go-ethereum v1.9.24 for reference;
And although the docs are not a perfect source of reference, I'm including a screenshot here to show the
|
Per the above auto-citation, I've included a fix for this in the PR resolving the other nullable fields issue (#332). |
returns
transactions field is null. I think it should be an array (Don't know should it be filled with transactions or not)
https://github.com/etclabscore/core-geth/blob/master/internal/ethapi/api.go#L691
here
inclTx
param should be true?The text was updated successfully, but these errors were encountered: