Skip to content

Commit

Permalink
logs and spelling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nddeluca committed Oct 27, 2023
1 parent c3a9699 commit 11f91d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,13 @@ func upgradeHandler(
app.Logger().Info("created gov grant for kavadist funds")

//
// Gov Quorom
// Gov Quorum
//
govTallyParams := app.govKeeper.GetTallyParams(ctx)
oldQuorum := govTallyParams.Quorum
govTallyParams.Quorum = sdkmath.LegacyMustNewDecFromStr("0.2").String()
app.govKeeper.SetTallyParams(ctx, govTallyParams)
app.Logger().Info(fmt.Sprintf("updated tally quorum from %s to %s", oldQuorum, govTallyParams.Quorum))

return toVM, nil
}
Expand Down

0 comments on commit 11f91d6

Please sign in to comment.