Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
mobile: correct comment typo in ethereum.go (#17040)
Browse files Browse the repository at this point in the history
  • Loading branch information
HusamElbashir authored and nonsense committed Jul 9, 2018
1 parent 79149ff commit 8f7742e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/ethereum.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ func (t *Topics) Append(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 {
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 {
return new(FilterQuery)
}
Expand Down

0 comments on commit 8f7742e

Please sign in to comment.