Skip to content

Commit

Permalink
fix: wrong MaxSequencerDrift comment (ethereum-optimism#11505)
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf authored Aug 18, 2024
1 parent d975a70 commit f243ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/rollup/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type Config struct {
// Seconds per L2 block
BlockTime uint64 `json:"block_time"`
// Sequencer batches may not be more than MaxSequencerDrift seconds after
// the L1 timestamp of the sequencing window end.
// the L1 timestamp of their L1 origin time.
//
// Note: When L1 has many 1 second consecutive blocks, and L2 grows at fixed 2 seconds,
// the L2 time may still grow beyond this difference.
Expand Down

0 comments on commit f243ad0

Please sign in to comment.