From d1fce1f74435b45ab6b301062b685c4c377a7719 Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Tue, 5 May 2026 11:28:12 +0200 Subject: [PATCH] Apply suggestion from @MariusVanDerWijden --- accounts/abi/bind/old.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/accounts/abi/bind/old.go b/accounts/abi/bind/old.go index 3dfef88103..1fe1b1cca5 100644 --- a/accounts/abi/bind/old.go +++ b/accounts/abi/bind/old.go @@ -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 )