diff --git a/EIPS/eip-7793.md b/EIPS/eip-7793.md index 36e32bdca88955..99f5205e687320 100644 --- a/EIPS/eip-7793.md +++ b/EIPS/eip-7793.md @@ -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.