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

Fix eth_getTransactionReceipt for Bor Transactions #6289

Merged
merged 1 commit into from
Dec 12, 2022
Merged

Fix eth_getTransactionReceipt for Bor Transactions #6289

merged 1 commit into from
Dec 12, 2022

Conversation

kcy1019
Copy link
Contributor

@kcy1019 kcy1019 commented Dec 12, 2022

Same as #6286 and #6288

This patch closes #6276

$ curl -XPOST 'http://localhost:8545' \
     -H 'Content-Type: application/json' \
     --data '{"method":"eth_getTransactionReceipt","params":["0x31ce15ce9a1ff347f4204a1ed3625861165c53ae08743c1f36a32865c62744c6"],"id":1,"jsonrpc":"2.0"}'
{"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"block has less receipts than expected: 0 \u003c= 0, block: 36635776"}}

cc. @0xKrishna

@AlexeyAkhunov AlexeyAkhunov merged commit 72de941 into erigontech:devel Dec 12, 2022
@kcy1019 kcy1019 deleted the patch-3 branch December 12, 2022 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Polygon Mainnet: "block has less receipts than expected"
2 participants