From e96f85f378d7009386201b2c7a13fb849d32bcf7 Mon Sep 17 00:00:00 2001 From: George Knee Date: Wed, 4 Sep 2024 12:06:14 +0100 Subject: [PATCH] Fix copy-paste typo --- op-node/rollup/sequencing/sequencer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-node/rollup/sequencing/sequencer.go b/op-node/rollup/sequencing/sequencer.go index 118cdf4be3fa..70a0164249b3 100644 --- a/op-node/rollup/sequencing/sequencer.go +++ b/op-node/rollup/sequencing/sequencer.go @@ -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") }