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],