Receipts are not available for transactions with duplicated hash #490
Replies: 0 comments 1 reply
-
|
Пошукаю сьогодні |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is it possible to retrieve a receipt for a tx whose hash is not unique in the network?
for example optimism mainnet has two transactions with duplicated hash:
https://optimistic.etherscan.io/txs?block=1133328
https://optimistic.etherscan.io/txs?block=1135391
and when i request their receipts i am getting equal results:
maybe there is a different api method instead of
eth_getTransactionReceipt?Beta Was this translation helpful? Give feedback.
All reactions