Skip to content

Commit

Permalink
Remove incorrect comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pouya-eghbali committed Mar 27, 2024
1 parent ab4c492 commit 86b1afe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/correctness/correctness.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ func SaveSignatures(args SaveSignatureArgs) {
keys = append(keys, signature.Signer.PublicKey[:])
}

// TODO: If the user is voting for the opposite, we should remove the signature

currentRecord, err := dbClient.CorrectnessReport.
Query().
Where(correctnessreport.And(
Expand Down

0 comments on commit 86b1afe

Please sign in to comment.