chore: fix comments (#18043)
This commit is contained in:
+1
-1
@@ -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
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user