Skip to content

Commit 23cc412

Browse files
jsignkevaundray
andauthored
Update tests/zkevm/test_worst_compute.py
Co-authored-by: kevaundray <kevtheappdev@gmail.com>
1 parent d2c2f5c commit 23cc412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/zkevm/test_worst_compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_worst_keccak(
4040
"""Test running a block with as many KECCAK256 permutations as possible."""
4141
env = Environment(gas_limit=gas_limit)
4242

43-
# Intrisic gas cost is paid once.
43+
# Intrinsic gas cost is paid once.
4444
tx_intrinsic_gas = 21_000
4545
available_gas = gas_limit - tx_intrinsic_gas
4646

0 commit comments

Comments
 (0)