Skip to content

Commit c197d80

Browse files
wraith7fjl
authored andcommitted
ethereum: fix typos in interfaces.go (ethereum#15149)
1 parent 5705ad0 commit c197d80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interfaces.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ type SyncProgress struct {
102102
CurrentBlock uint64 // Current block number where sync is at
103103
HighestBlock uint64 // Highest alleged block number in the chain
104104
PulledStates uint64 // Number of state trie entries already downloaded
105-
KnownStates uint64 // Total number os state trie entries known about
105+
KnownStates uint64 // Total number of state trie entries known about
106106
}
107107

108108
// ChainSyncReader wraps access to the node's current sync status. If there's no
@@ -129,7 +129,7 @@ type ContractCaller interface {
129129
CallContract(ctx context.Context, call CallMsg, blockNumber *big.Int) ([]byte, error)
130130
}
131131

132-
// FilterQuery contains options for contact log filtering.
132+
// FilterQuery contains options for contract log filtering.
133133
type FilterQuery struct {
134134
FromBlock *big.Int // beginning of the queried range, nil means genesis block
135135
ToBlock *big.Int // end of the range, nil means latest block

0 commit comments

Comments
 (0)