Skip to content

Commit b04da9d

Browse files
hackmodfjl
authored andcommitted
ethereum: improve FilterQuery comment (#18955)
1 parent 104e6b2 commit b04da9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

interfaces.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ type FilterQuery struct {
144144
// Examples:
145145
// {} or nil matches any topic list
146146
// {{A}} matches topic A in first position
147-
// {{}, {B}} matches any topic in first position, B in second position
148-
// {{A}, {B}} matches topic A in first position, B in second position
149-
// {{A, B}, {C, D}} matches topic (A OR B) in first position, (C OR D) in second position
147+
// {{}, {B}} matches any topic in first position AND B in second position
148+
// {{A}, {B}} matches topic A in first position AND B in second position
149+
// {{A, B}, {C, D}} matches topic (A OR B) in first position AND (C OR D) in second position
150150
Topics [][]common.Hash
151151
}
152152

0 commit comments

Comments
 (0)