File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ where
171171 gas_limit : header. gas_limit ,
172172 basefee : header. base_fee_per_gas . unwrap_or_default ( ) ,
173173 blob_excess_gas_and_price,
174- slot_num : 0 ,
174+ slot_num : 0 , // EL client — CL slot tracking not applicable
175175 } ;
176176
177177 Ok ( EvmEnv { cfg_env, block_env } )
@@ -248,7 +248,7 @@ where
248248 gas_limit,
249249 basefee : basefee. unwrap_or_default ( ) ,
250250 blob_excess_gas_and_price,
251- slot_num : 0 ,
251+ slot_num : 0 , // EL client — CL slot tracking not applicable
252252 } ;
253253
254254 Ok ( EvmEnv {
@@ -354,7 +354,7 @@ where
354354 gas_limit : payload. payload . gas_limit ( ) ,
355355 basefee : payload. payload . saturated_base_fee_per_gas ( ) ,
356356 blob_excess_gas_and_price,
357- slot_num : 0 ,
357+ slot_num : 0 , // EL client — CL slot tracking not applicable
358358 } ;
359359
360360 Ok ( EvmEnv { cfg_env, block_env } )
You can’t perform that action at this time.
0 commit comments