chore: fix comments (#18043)

This commit is contained in:
Marko
2023-10-11 09:22:45 +00:00
committed by GitHub
parent ecf14b71eb
commit 54701b7a54
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ func unmarshalText(i *big.Int, text string) error {
var _ customProtobufType = (*Int)(nil)
// Int wraps big.Int with a 257 bit range bound
// Int wraps big.Int with a 256 bit range bound
// Checks overflow, underflow and division by zero
// Exists in range from -(2^256 - 1) to 2^256 - 1
type Int struct {
+1 -1
View File
@@ -16,7 +16,7 @@ import (
v1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1"
)
// EndBlocker called every block, process inflation, update validator set.
// EndBlocker is called every block.
func EndBlocker(ctx sdk.Context, keeper *keeper.Keeper) error {
defer telemetry.ModuleMeasureSince(types.ModuleName, time.Now(), telemetry.MetricKeyEndBlocker)