File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ def test_worst_modexp(
235
235
236
236
@pytest .mark .valid_from ("Cancun" )
237
237
@pytest .mark .parametrize (
238
- "precompile_address,input " ,
238
+ "precompile_address,parameters " ,
239
239
[
240
240
pytest .param (
241
241
0x01 ,
@@ -370,12 +370,12 @@ def test_worst_precompile_fixed_cost(
370
370
pre : Alloc ,
371
371
fork : Fork ,
372
372
precompile_address : Address ,
373
- input : list [str ],
373
+ parameters : list [str ],
374
374
):
375
375
"""Test running a block filled with a precompile with fixed cost."""
376
376
env = Environment ()
377
377
378
- concatenated_hex_string = "" .join (input )
378
+ concatenated_hex_string = "" .join (parameters )
379
379
concatenated_bytes = bytes .fromhex (concatenated_hex_string )
380
380
381
381
padding_length = (32 - (len (concatenated_bytes ) % 32 )) % 32
You can’t perform that action at this time.
0 commit comments