Skip to content

Commit

Permalink
Set GAS_CELL to infinite gas
Browse files Browse the repository at this point in the history
  • Loading branch information
palinatolmach committed Sep 5, 2023
1 parent fe00d32 commit 0c0c458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kevm-pyk/src/kontrol/foundry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ def _init_cterm(
'MEMORYUSED_CELL': intToken(0),
'WORDSTACK_CELL': KApply('.WordStack_EVM-TYPES_WordStack'),
'PC_CELL': intToken(0),
'GAS_CELL': intToken(9223372036854775807),
'GAS_CELL': KEVM.inf_gas(KVariable('VGAS')),
'K_CELL': KSequence([KEVM.sharp_execute(), KVariable('CONTINUATION')]),
'ACCOUNTS_CELL': KEVM.accounts(
[
Expand Down

0 comments on commit 0c0c458

Please sign in to comment.