Skip to content

Commit 7ad56df

Browse files
committed
Comments typos fix
1 parent 0126269 commit 7ad56df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tzkt/api/accounts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ func (tzkt *API) AccountCounter(ctx context.Context, address string) (uint64, er
1010
return tzkt.count(ctx, fmt.Sprintf("/v1/accounts/%s/counter", address), nil)
1111
}
1212

13-
// AccountCounter - Returns a number of accounts.
13+
// AccountsCount - Returns a number of accounts.
1414
func (tzkt *API) AccountsCount(ctx context.Context, filters map[string]string) (uint64, error) {
1515
return tzkt.count(ctx, "/v1/accounts/count", filters)
1616
}

tzkt/data/general.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ type ProtocolConstants struct {
119119
Dictator string `json:"dictator"`
120120
}
121121

122-
// ProtocolConstants -
122+
// ProtocolMetadata -
123123
type ProtocolMetadata struct {
124124
Docs string `json:"docs"`
125125
Alias string `json:"alias"`

0 commit comments

Comments
 (0)