Skip to content

Commit

Permalink
ethereum: fix typo in interfaces.go (#18266)
Browse files Browse the repository at this point in the history
* Fix typo in interfaces.go

* Update interfaces.go
  • Loading branch information
siburu authored and karalabe committed Dec 10, 2018
1 parent 2fdff33 commit c1e3fe6
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 @@ -146,7 +146,7 @@ type FilterQuery struct {
// {{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}}, {C, D}} matches topic (A OR B) in first position, (C OR D) 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 c1e3fe6

Please sign in to comment.