0xPolygonHermez / zkevm-node

Go implementation of a node that operates the Polygon zkEVM Network
Other
531 stars 685 forks source link

Fix adding tx that matches with tx that is being processed #3559

Closed agnusmor closed 5 months ago

agnusmor commented 5 months ago

What does this PR do?

Fixes adding tx that matches (same address and nonce, but different hash) with tx that is being processed. In this case the tx is rejected as "duplicated nonce"

Reviewers

Main reviewers:

@ToniRamirezM @dpunish3r