mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Fix typo in interfaces.go
This commit is contained in:
parent
f32790fb05
commit
925c696a6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue