Feat/add update params #618
Annotations
10 errors and 1 warning
golangci-lint:
cmd/feeappd/commands.go#L10
"github.com/spf13/viper" imported and not used (typecheck)
|
golangci-lint:
app/ante.go#L29
options.AccountKeeper undefined (type HandlerOptions has no field or method AccountKeeper) (typecheck)
|
golangci-lint:
app/ante.go#L33
options.BankKeeper undefined (type HandlerOptions has no field or method BankKeeper) (typecheck)
|
golangci-lint:
app/ante.go#L37
options.SignModeHandler undefined (type HandlerOptions has no field or method SignModeHandler) (typecheck)
|
golangci-lint:
app/ante.go#L41
options.SigGasConsumer undefined (type HandlerOptions has no field or method SigGasConsumer) (typecheck)
|
golangci-lint:
app/ante.go#L52
options.AccountKeeper undefined (type HandlerOptions has no field or method AccountKeeper) (typecheck)
|
golangci-lint:
app/ante.go#L53
options.AccountKeeper undefined (type HandlerOptions has no field or method AccountKeeper) (typecheck)
|
golangci-lint:
app/ante.go#L54
options.AccountKeeper undefined (type HandlerOptions has no field or method AccountKeeper) (typecheck)
|
golangci-lint:
app/ante.go#L56
options.AccountKeeper undefined (type HandlerOptions has no field or method AccountKeeper) (typecheck)
|
golangci-lint:
app/ante.go#L57
options.AccountKeeper undefined (type HandlerOptions has no field or method AccountKeeper) (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading