From 1003a08fb3c2e84101928aba9cce317443b6d20d Mon Sep 17 00:00:00 2001 From: Sam Sheffield Date: Thu, 25 Jul 2024 13:55:36 -0400 Subject: [PATCH] go --- .github/workflows/ci-lint.yml | 2 +- app/ante/ante.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index ce8ccd7ca7..bfaffa8a88 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -45,7 +45,7 @@ jobs: uses: golangci/golangci-lint-action@v6 with: version: ${{ steps.load-version.outputs.GOLANGCI_VERSION }} - args: --timeout 30m --verbose --allow-parallel-runners --max-same-issues 0 --max-issues-per-linter 0 ${{ env.go_files }} + args: --timeout 30m --verbose --allow-parallel-runners --max-same-issues 0 --max-issues-per-linter 0 working-directory: ${{ github.workspace }} if: | contains(steps.changed-files.outputs.all_changed_files, '.go') diff --git a/app/ante/ante.go b/app/ante/ante.go index abc1db32b1..646139d3f3 100644 --- a/app/ante/ante.go +++ b/app/ante/ante.go @@ -175,6 +175,7 @@ func newEthAnteHandler(options HandlerOptions) sdk.AnteHandler { evmante.NewEthIncrementSenderSequenceDecorator(options.AccountKeeper), // innermost AnteDecorator. evmante.NewEthEmitEventDecorator(options.EvmKeeper), // emit eth tx hash and index at the very last ante handler. ) + } func Recover(logger tmlog.Logger, err *error) {