Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Dec 10, 2024
1 parent 796b934 commit d3ca8c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ func (m *Manager) Start(ctx context.Context) error {
// for this case, 2 nodes will get `true` for `AmIProposer` so the l2 proposer can produce blocks and the hub proposer can submit his last batch.
// The hub proposer, after sending the last state update, will panic and restart as full node.
amIProposerOnSL, err := m.AmIProposerOnSL()

if errors.Is(err, settlement.ErrProposerIsSentinel) {
amIProposerOnSL = false
} else if err != nil {
Expand Down

0 comments on commit d3ca8c9

Please sign in to comment.