Skip to content

Commit 0a14edb

Browse files
committed
refactor: clarify cost for REVERT in gas-map
1 parent 9acb4b7 commit 0a14edb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/testing/src/execution_testing/cli/eest/commands

packages/testing/src/execution_testing/cli/eest/commands/gas_map.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ def _get_helper_method_fields(
8686
for field_name in valid_fields:
8787
if field_name in src:
8888
found.add(field_name)
89+
if name == "_with_memory_expansion":
90+
found.add("GAS_MEMORY")
8991
if found:
9092
helper_fields[name] = found
9193
return helper_fields

0 commit comments

Comments
 (0)