Skip to content

Commit

Permalink
go go go
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Jul 25, 2024
1 parent 632c7b5 commit 6848324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ func NewApp(
app.stakingKeeper,
&app.distrKeeper,
)

savingsKeeper := savingskeeper.NewKeeper(
appCodec,
keys[savingstypes.StoreKey],
Expand Down

0 comments on commit 6848324

Please sign in to comment.