Skip to content

Commit

Permalink
test: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
snobbee committed Nov 26, 2023
1 parent 2ebd543 commit bc8ab48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/clp/keeper/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func (m Migrator) MigrateToVer5(ctx sdk.Context) error {
pools := m.keeper.GetPools(ctx)
for _, pool := range pools {
pool.RewardAmountExternal = sdk.ZeroUint()
// nolint:errcheck
m.keeper.SetPool(ctx, pool)
}

Expand Down

0 comments on commit bc8ab48

Please sign in to comment.