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 40f6bf0 commit 796b934
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/sequencers.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func (m *Manager) AmIProposerOnSL() (bool, error) {
localProposerKeyBytes, _ := m.LocalKey.GetPublic().Raw()
// get hub proposer key
SLProposer, err := m.SLClient.GetProposerAtHeight(-1)

if err != nil {
return false, fmt.Errorf("get proposer at height: %w", err)
}
Expand Down

0 comments on commit 796b934

Please sign in to comment.