chore(server): bump cosmossdk.io/core and correct comment naming (#22245)

This commit is contained in:
Hoa Nguyen
2024-10-15 14:00:36 +00:00
committed by GitHub
parent f89382df90
commit ee3d320eaa
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ func (m queryRouterService) CanInvoke(ctx context.Context, typeURL string) error
return exCtx.queryRouter.CanInvoke(ctx, typeURL)
}
// InvokeUntyped execute a message and returns a response.
// Invoke execute a message and returns a response.
func (m queryRouterService) Invoke(
ctx context.Context,
req transaction.Msg,
+1 -1
View File
@@ -23,7 +23,7 @@ func DefaultGasMeter(gasLimit uint64) coregas.Meter {
return NewMeter(gasLimit)
}
// DefaultGasConfig returns the default gas config.
// DefaultConfig returns the default gas config.
// Unless overridden, the default gas costs are:
var DefaultConfig = coregas.GasConfig{
HasCost: 1000,