mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 12:36:48 +00:00
ethereum: fix a typo in FilterQuery{} (#16827)
Fix a spelling mistake in comment
This commit is contained in:
parent
ccc0debb63
commit
a9c6ef6905
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ type FilterQuery struct {
|
||||||
// {} or nil matches any topic list
|
// {} or nil matches any topic list
|
||||||
// {{A}} matches topic A in first position
|
// {{A}} matches topic A in first position
|
||||||
// {{}, {B}} matches any topic in first position, B in second 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
|
// {{A, B}}, {C, D}} matches topic (A OR B) in first position, (C OR D) in second position
|
||||||
Topics [][]common.Hash
|
Topics [][]common.Hash
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue