Skip to content

Commit

Permalink
fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Oct 4, 2023
1 parent b6808a1 commit a2d100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v2.2.0/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func ExecuteProposal(ctx sdk.Context, ck claim.Keeper) error {
var sixMonths = time.Hour * 24 * 180

if err := ck.SetClaimRecords(ctx, newClaimRecords); err != nil {
panic(err)
return err
}

params := ck.GetParams(ctx)
Expand Down

0 comments on commit a2d100a

Please sign in to comment.