Skip to content

Commit

Permalink
Merge pull request #2079 from OffchainLabs/dont-force-delayed
Browse files Browse the repository at this point in the history
Don't force delayed sequencing when coordinator is disabled
  • Loading branch information
PlasmaPower authored Feb 28, 2024
2 parents b6ef4d0 + 552837e commit 5dab604
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arbnode/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -829,12 +829,6 @@ func (n *Node) Start(ctx context.Context) error {
if n.SeqCoordinator != nil {
n.SeqCoordinator.Start(ctx)
} else {
if n.DelayedSequencer != nil {
err := n.DelayedSequencer.ForceSequenceDelayed(ctx)
if err != nil {
return fmt.Errorf("error initially sequencing delayed instructions: %w", err)
}
}
n.Execution.Activate()
}
if n.MaintenanceRunner != nil {
Expand Down

0 comments on commit 5dab604

Please sign in to comment.