diff --git a/spec/eof.md b/spec/eof.md index dfc1a51..1da1522 100644 --- a/spec/eof.md +++ b/spec/eof.md @@ -227,7 +227,7 @@ The following instructions are introduced in EOF code: - deduct `32000` gas - halt with exceptional failure if the current frame is in `static-mode`. - read uint8 operand `initcontainer_index` - - pops `value`, `salt`, `input_offset`, `input_size` from the stack + - pops `salt`, `input_offset`, `input_size`, `value` from the stack - perform (and charge for) memory expansion using `[input_offset, input_size]` - load initcode EOF subcontainer at `initcontainer_index` in the container from which `EOFCREATE` is executed - let `initcontainer` be that EOF container, and `initcontainer_size` its length in bytes