We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d2496 commit 3905e55Copy full SHA for 3905e55
mobile/ethereum.go
@@ -125,12 +125,12 @@ func (t *Topics) Append(topics *Hashes) {
125
t.topics = append(t.topics, topics.hashes)
126
}
127
128
-// FilterQuery contains options for contact log filtering.
+// FilterQuery contains options for contract log filtering.
129
type FilterQuery struct {
130
query ethereum.FilterQuery
131
132
133
-// NewFilterQuery creates an empty filter query for contact log filtering.
+// NewFilterQuery creates an empty filter query for contract log filtering.
134
func NewFilterQuery() *FilterQuery {
135
return new(FilterQuery)
136
0 commit comments