Skip to content

Commit 3905e55

Browse files
HusamElbashirkielbarry
authored andcommitted
mobile: correct comment typo in ethereum.go (ethereum#17040)
1 parent b2d2496 commit 3905e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mobile/ethereum.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ func (t *Topics) Append(topics *Hashes) {
125125
t.topics = append(t.topics, topics.hashes)
126126
}
127127

128-
// FilterQuery contains options for contact log filtering.
128+
// FilterQuery contains options for contract log filtering.
129129
type FilterQuery struct {
130130
query ethereum.FilterQuery
131131
}
132132

133-
// NewFilterQuery creates an empty filter query for contact log filtering.
133+
// NewFilterQuery creates an empty filter query for contract log filtering.
134134
func NewFilterQuery() *FilterQuery {
135135
return new(FilterQuery)
136136
}

0 commit comments

Comments
 (0)