Skip to content

Commit

Permalink
fix: add voteweighted by request from quicksilver team
Browse files Browse the repository at this point in the history
  • Loading branch information
the-frey committed Sep 26, 2022
1 parent fb767b1 commit f2f9de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@ func (app *App) RegisterUpgradeHandlers(cfg module.Configurator) {
sdk.MsgTypeURL(&distrtypes.MsgWithdrawValidatorCommission{}),
sdk.MsgTypeURL(&distrtypes.MsgFundCommunityPool{}),
sdk.MsgTypeURL(&govtypes.MsgVote{}),
sdk.MsgTypeURL(&govtypes.MsgVoteWeighted{}), // required by quick
sdk.MsgTypeURL(&authz.MsgExec{}),
sdk.MsgTypeURL(&authz.MsgGrant{}),
sdk.MsgTypeURL(&authz.MsgRevoke{}),
Expand Down

0 comments on commit f2f9de4

Please sign in to comment.