Skip to content

Commit

Permalink
EIP-2681: Fix CREATE/CREATE2 max nonce error reporting rule (ethereum…
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 authored Feb 21, 2022
1 parent 797146c commit b932109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-2681.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Lastly, this facilitates a minor optimisation in clients, because the nonce no l
Introduce two new restrictions retroactively from genesis:

1. Consider any transaction invalid, where the nonce exceeds or equals to `2^64-1`.
2. The `CREATE` and `CREATE2` instructions to abort with an exceptional halt, where the account nonce is `2^64-1`.
2. The `CREATE` and `CREATE2` instructions' execution ends with the result `0` pushed on stack, where the account nonce is `2^64-1`. Gas for initcode execution is not deducted in this case.

## Rationale

Expand Down

0 comments on commit b932109

Please sign in to comment.