Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix busmapping lookups count
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse committed Mar 7, 2024
1 parent 7aaef43 commit fea4c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/opcode/92TLOAD_93TSTORE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- `SSTORE`:
- gas + SLOAD_GAS
3. lookups:
- `TLOAD`: 8 busmapping lookups
- `TLOAD`: 7 busmapping lookups
- call_context:
- `tx_id`: Read the `tx_id` for this tx.
- `rw_counter_end_of_reversion`: Read the `rw_counter_end` if this tx get reverted.
Expand All @@ -44,7 +44,7 @@
- `key` is popped off the top of the stack
- `value` is pushed on top of the stack
- transient storage: The 32 bytes of `value` are read from storage at `key`
- `TSTORE`: 10 busmapping lookups
- `TSTORE`: 8 busmapping lookups
- call_context:
- `tx_id`: Read the `tx_id` for this tx.
- `is_static`: Read the call's property `is_static`
Expand Down

0 comments on commit fea4c32

Please sign in to comment.