matter-labs / era-test-node

In-memory node that can be used for integration testing and debugging.
https://matter-labs.github.io/era-test-node
Apache License 2.0
308 stars 75 forks source link

fix: Set transaction index to 0 in tx receipt #307

Closed popzxc closed 3 months ago

popzxc commented 3 months ago

What :computer:

Changes transaction index from 1 to 0 in tx receipt.

Why :hand:

Transaction indices should start from 0 (example).

Evidence :camera:

From link above: image