Skip to content

Commit

Permalink
fix timestamp (0xPolygonHermez#3061)
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR552 authored Jan 12, 2024
1 parent 2c213cf commit dac5335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func (g *ProcessorL1SequenceBatchesEtrog) processSequenceBatches(ctx context.Con
processCtx = state.ProcessingContextV2{
BatchNumber: batch.BatchNumber,
Coinbase: batch.Coinbase,
Timestamp: &batch.Timestamp,
Timestamp: &l1BlockTimestamp,
L1InfoRoot: *sbatch.L1InfoRoot,
L1InfoTreeData: leaves,
ForcedBatchNum: batch.ForcedBatchNum,
Expand Down

0 comments on commit dac5335

Please sign in to comment.