Skip to content

Commit be18fab

Browse files
remove commented out code
1 parent 271bbc9 commit be18fab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rolling-shutter/keyperimpl/gnosis/validatorsyncer.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,6 @@ func (v *ValidatorSyncer) filterEvents(
225225
// TODO: this disables aggregate message
226226
evLog.Warn().Msg("ignoring validator registration message as the version is not compatible")
227227
continue
228-
// validSignature := validatorregistry.VerifyAggregateSignature(sig, pubKeys, msg)
229-
// if !validSignature {
230-
// evLog.Warn().Msg("ignoring registration message with invalid signature")
231-
// continue
232-
// }
233228
}
234229

235230
filteredEvents = append(filteredEvents, event)

0 commit comments

Comments
 (0)