Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
krish-nr committed Jun 6, 2024
1 parent 52a209d commit 4fb86ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions op-node/rollup/derive/engine_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
"github.com/ethereum-optimism/optimism/op-node/rollup/sync"
"github.com/ethereum-optimism/optimism/op-service/clock"
"github.com/ethereum-optimism/optimism/op-service/eth"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum"
)

type syncStatusEnum int
Expand All @@ -32,8 +32,6 @@ const (
syncStatusFinishedEL // EL sync is done & we should be performing consolidation
)

const DefaultElTriggerGap = 3600

var errNoFCUNeeded = errors.New("no FCU call was needed")

var _ EngineControl = (*EngineController)(nil)
Expand Down

0 comments on commit 4fb86ec

Please sign in to comment.