We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271bbc9 commit be18fabCopy full SHA for be18fab
rolling-shutter/keyperimpl/gnosis/validatorsyncer.go
@@ -225,11 +225,6 @@ func (v *ValidatorSyncer) filterEvents(
225
// TODO: this disables aggregate message
226
evLog.Warn().Msg("ignoring validator registration message as the version is not compatible")
227
continue
228
- // validSignature := validatorregistry.VerifyAggregateSignature(sig, pubKeys, msg)
229
- // if !validSignature {
230
- // evLog.Warn().Msg("ignoring registration message with invalid signature")
231
- // continue
232
- // }
233
}
234
235
filteredEvents = append(filteredEvents, event)
0 commit comments