Apply suggestion from @MariusVanDerWijden

This commit is contained in:
Marius van der Wijden 2026-05-05 11:28:12 +02:00 committed by GitHub
parent 9af0c00ab0
commit d1fce1f744
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,8 +181,7 @@ var (
ErrNoEventSignature = bind2.ErrNoEventSignature
// ErrEventSignatureMismatch is returned when a log's topic[0] does not match
// the expected event signature. Callers can use errors.Is to distinguish a
// signature mismatch from other unpacking failures.
// the expected event signature.
ErrEventSignatureMismatch = bind2.ErrEventSignatureMismatch
)