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 @@ -236,7 +236,7 @@ def test_worst_modexp(
236
236
237
237
@pytest .mark .valid_from ("Cancun" )
238
238
@pytest .mark .parametrize (
239
- "precompile_address,input " ,
239
+ "precompile_address,parameters " ,
240
240
[
241
241
pytest .param (
242
242
0x01 ,
@@ -371,12 +371,12 @@ def test_worst_precompile_fixed_cost(
371
371
pre : Alloc ,
372
372
fork : Fork ,
373
373
precompile_address : Address ,
374
- input : list [str ],
374
+ parameters : list [str ],
375
375
):
376
376
"""Test running a block filled with a precompile with fixed cost."""
377
377
env = Environment ()
378
378
379
- concatenated_hex_string = "" .join (input )
379
+ concatenated_hex_string = "" .join (parameters )
380
380
concatenated_bytes = bytes .fromhex (concatenated_hex_string )
381
381
382
382
padding_length = (32 - (len (concatenated_bytes ) % 32 )) % 32
You can’t perform that action at this time.
0 commit comments