From 6848324d09fb65a423c1960addfa15d445e2daab Mon Sep 17 00:00:00 2001 From: Sam Sheffield Date: Thu, 25 Jul 2024 13:49:38 -0400 Subject: [PATCH] go go go --- .github/workflows/ci-lint.yml | 2 +- app/app.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index f392a5ca2d..53a8bd153e 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: 0 + 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 6d74a270da..35ab87a290 100644 --- a/app/app.go +++ b/app/app.go @@ -676,6 +676,7 @@ func NewApp( app.stakingKeeper, &app.distrKeeper, ) + savingsKeeper := savingskeeper.NewKeeper( appCodec, keys[savingstypes.StoreKey],