Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
ethereum: fix a typo in FilterQuery{} (#16827)
Browse files Browse the repository at this point in the history
Fix a spelling mistake in comment
  • Loading branch information
mohanson authored and acud committed Jun 4, 2018
1 parent 2640a0e commit 7baae2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ type FilterQuery struct {
// {} or nil matches any topic list
// {{A}} matches topic A in first position
// {{}, {B}} matches any topic in first position, B in second position
// {{A}}, {B}} matches topic A in first position, B in second position
// {{A}, {B}} matches topic A in first position, B in second position
// {{A, B}}, {C, D}} matches topic (A OR B) in first position, (C OR D) in second position
Topics [][]common.Hash
}
Expand Down

0 comments on commit 7baae2c

Please sign in to comment.