mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-23 16:29:26 +00:00
mobile: correct comment typo in ethereum.go (#17040)
This commit is contained in:
parent
61a5976368
commit
1a70338734
1 changed files with 2 additions and 2 deletions
|
|
@ -125,12 +125,12 @@ func (t *Topics) Append(topics *Hashes) {
|
||||||
t.topics = append(t.topics, topics.hashes)
|
t.topics = append(t.topics, topics.hashes)
|
||||||
}
|
}
|
||||||
|
|
||||||
// FilterQuery contains options for contact log filtering.
|
// FilterQuery contains options for contract log filtering.
|
||||||
type FilterQuery struct {
|
type FilterQuery struct {
|
||||||
query ethereum.FilterQuery
|
query ethereum.FilterQuery
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewFilterQuery creates an empty filter query for contact log filtering.
|
// NewFilterQuery creates an empty filter query for contract log filtering.
|
||||||
func NewFilterQuery() *FilterQuery {
|
func NewFilterQuery() *FilterQuery {
|
||||||
return new(FilterQuery)
|
return new(FilterQuery)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue