Pārlūkot izejas kodu

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

Husam Ibrahim 7 gadi atpakaļ
vecāks
revīzija
1a70338734
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      mobile/ethereum.go

+ 2 - 2
mobile/ethereum.go

@@ -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)
 }