Skip to content

Commit

Permalink
Update EIP-7698: Clarify relation to 3541
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
pdobacz committed Jun 18, 2024
1 parent 0f0757c commit 43fb1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7698.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In case a creation transaction (transaction with empty `to`) has `data` starting
- concatenate data section with `(aux_data_offset, aux_data_offset + aux_data_size)` memory segment and update data size in the header,
- let `deployed_code_size` be updated deploy container size,
- if `deployed_code_size > MAX_CODE_SIZE` instruction exceptionally aborts,
- set `state[new_address].code` to the updated deploy container.
- set `state[new_address].code` to the updated deploy container (rules of [EIP-3541](./eip-3541.md), prohibiting deployment of `code` starting with `EF` from creation transactions, do not apply in this case).
7. Deduct `200 * deployed_code_size` gas.

## Rationale
Expand Down

0 comments on commit 43fb1e0

Please sign in to comment.