mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-08 07:58:40 +00:00
Apply suggestion from @MariusVanDerWijden
This commit is contained in:
parent
9af0c00ab0
commit
d1fce1f744
1 changed files with 1 additions and 2 deletions
|
|
@ -181,8 +181,7 @@ var (
|
||||||
ErrNoEventSignature = bind2.ErrNoEventSignature
|
ErrNoEventSignature = bind2.ErrNoEventSignature
|
||||||
|
|
||||||
// ErrEventSignatureMismatch is returned when a log's topic[0] does not match
|
// ErrEventSignatureMismatch is returned when a log's topic[0] does not match
|
||||||
// the expected event signature. Callers can use errors.Is to distinguish a
|
// the expected event signature.
|
||||||
// signature mismatch from other unpacking failures.
|
|
||||||
ErrEventSignatureMismatch = bind2.ErrEventSignatureMismatch
|
ErrEventSignatureMismatch = bind2.ErrEventSignatureMismatch
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue