Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nolag committed Jan 19, 2024
1 parent 7acd8a5 commit d0becd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/relay/evm/types/codec_entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
commontypes "github.com/smartcontractkit/chainlink-common/pkg/types"
)

// MaxTopicFields is three because the EVM has a m of ax four topics, but the first topic is always the event signature.
// MaxTopicFields is three because the EVM has a max of four topics, but the first topic is always the event signature.
const MaxTopicFields = 3

type CodecEntry interface {
Expand Down

0 comments on commit d0becd7

Please sign in to comment.