Commit 1a703387 authored by Husam Ibrahim's avatar Husam Ibrahim Committed by Péter Szilágyi

mobile: correct comment typo in ethereum.go (#17040)

parent 61a59763
...@@ -125,12 +125,12 @@ func (t *Topics) Append(topics *Hashes) { ...@@ -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)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment