Commit f8b421b8 authored by George Knee's avatar George Knee Committed by GitHub

Fix copy-paste typo (#11731)

parent 5a1a18d0
......@@ -527,7 +527,7 @@ func (d *Sequencer) startBuildingBlock() {
d.log.Info("Sequencing Fjord upgrade block")
}
// For the Fjord activation block we shouldn't include any sequencer transactions.
// For the Granite activation block we shouldn't include any sequencer transactions.
if d.rollupCfg.IsGraniteActivationBlock(uint64(attrs.Timestamp)) {
d.log.Info("Sequencing Granite upgrade block")
}
......
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