Skip to content

Commit 7f73d2f

Browse files
authored
Update EIP-8141: fix typo
Merged by EIP-Bot.
1 parent aca04c8 commit 7f73d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EIPS/eip-8141.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Then for each call frame:
215215
- If mode is `DEFAULT` or `VERIFY`:
216216
- Set the `caller` to `ENTRY_POINT`.
217217
- The `ORIGIN` opcode returns frame `caller` throughout all call depths.
218-
2. If frame has mode `VERIFY` and the frame did successfully call `APPROVE`, the transaction is invalid.
218+
2. If frame has mode `VERIFY` and the frame did not successfully call `APPROVE`, the transaction is invalid.
219219

220220
After executing all frames, verify that `payer_approved == true`. If it is, refund any unpaid gas to the gas payer. If it is not, the whole transaction is invalid.
221221

0 commit comments

Comments
 (0)