chore(server): bump cosmossdk.io/core and correct comment naming (#22245)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user