Skip to content

Commit

Permalink
Merge pull request #4339 from ElrondNetwork/consensus-subround-fix-li…
Browse files Browse the repository at this point in the history
…nter-issue

Fix linter issue: remove unused function
  • Loading branch information
ssd04 authored Aug 3, 2022
2 parents f8fd0c7 + e099ad4 commit 5880e80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions consensus/spos/bls/subroundEndRound.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ func (sr *subroundEndRound) doEndRoundJob(_ context.Context) bool {
return sr.doEndRoundJobByLeader()
}

// TODO: this method should return the signers pubKeys and their signatures
func (sr *subroundEndRound) getSigningData() (pubKeys [][]byte, sigShares [][]byte) {
return nil, nil
}

func (sr *subroundEndRound) doEndRoundJobByLeader() bool {
bitmap := sr.GenerateBitmap(SrSignature)
err := sr.checkSignaturesValidity(bitmap)
Expand Down

0 comments on commit 5880e80

Please sign in to comment.