Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Nov 13, 2024
1 parent 5700cbd commit f20fadc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions block/fork.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,3 @@ func (m *Manager) handleForkBatchSubmission(height uint64) error {

return nil
}

func isDRSFaulty(drs uint32, faultyDRS []uint32) bool {
for _, faulty := range faultyDRS {
if drs == faulty {
return true
}
}
return false
}

0 comments on commit f20fadc

Please sign in to comment.