Skip to content

Commit

Permalink
change block number to timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchhill committed Dec 18, 2024
1 parent fea8a15 commit 830b870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7793.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This proposal enables smart contract solutions to check their own transaction in

## Specification

If `block.number >= TBD` a new precompiled contract `TXINDEX` shall be created at address `TBD`.
If `block.timestamp >= TBD` a new precompiled contract `TXINDEX` shall be created at address `TBD`.

`TXINDEX` returns as output the transaction index as a 4 byte uint in big endian encoding.

Expand Down

0 comments on commit 830b870

Please sign in to comment.