Commit f243ad0d authored by Samuel Laferriere's avatar Samuel Laferriere Committed by GitHub

fix: wrong MaxSequencerDrift comment (#11505)

parent d975a70e
...@@ -70,7 +70,7 @@ type Config struct { ...@@ -70,7 +70,7 @@ type Config struct {
// Seconds per L2 block // Seconds per L2 block
BlockTime uint64 `json:"block_time"` BlockTime uint64 `json:"block_time"`
// Sequencer batches may not be more than MaxSequencerDrift seconds after // 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, // 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. // the L2 time may still grow beyond this difference.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment