From dd3e6519f3a3ee906258833bb9ab259fe16a1e28 Mon Sep 17 00:00:00 2001 From: Sam Sheffield Date: Thu, 25 Jul 2024 14:46:33 -0400 Subject: [PATCH] fix --- .github/workflows/ci-lint.yml | 2 +- app/app.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 2dbde591e0..4d863a3ba7 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - fetch-depth: '1' + fetch-depth: '0' - name: Get changed files id: changed-files uses: tj-actions/changed-files@v44 diff --git a/app/app.go b/app/app.go index d04086c913..6d74a270da 100644 --- a/app/app.go +++ b/app/app.go @@ -684,7 +684,6 @@ func NewApp( app.bankKeeper, app.liquidKeeper, ) - earnKeeper := earnkeeper.NewKeeper( appCodec, keys[earntypes.StoreKey],