transactionIndex
differs between eth_getBlockByNumber
and eth_getTransactionReceipt
#10403
Milestone
transactionIndex
differs between eth_getBlockByNumber
and eth_getTransactionReceipt
#10403
The
transactionIndex
returns different results in theeth_getBlockByNumber
andeth_getTransactionReceipt
interfaces. The reason is thattxIdx
did not ignore system messages, and this is not as expected.Example in hyperspace:
Originally posted by @wanyvic in #10380 (comment)
The text was updated successfully, but these errors were encountered: