Skip to content

Commit 187d1ce

Browse files
authored
Update EIP-8141: Fix status field number
Merged by EIP-Bot.
1 parent 0d31c18 commit 187d1ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EIPS/eip-8141.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Each `TXPARAM*` opcode takes two extra stack input values before the `CALLDATA*`
183183
Notes:
184184

185185
- 0x03 and 0x04 have a possible future extension to allow indices for multidimensional gas.
186-
- The `status` field (0x16) returns `0` for failure or `1` for success.
186+
- The `status` field (0x15) returns `0` for failure or `1` for success.
187187
- Out-of-bounds access for frame index (`>= len(frames)`) and blob index results in an exceptional halt.
188188
- Invalid `in1` values (not defined in the table above) result in an exceptional halt.
189189
- The `data` field (0x12) returns size 0 value when called on a frame with `VERIFY` set.

0 commit comments

Comments
 (0)