Skip to content

Commit

Permalink
feat(gov): add MsgVoteWeighted amino codec
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjukim authored and yun-yeo committed Aug 11, 2021
1 parent 1e1d943 commit f47835c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom/gov/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
cdc.RegisterConcrete(&govtypes.MsgSubmitProposal{}, "gov/MsgSubmitProposal", nil)
cdc.RegisterConcrete(&govtypes.MsgDeposit{}, "gov/MsgDeposit", nil)
cdc.RegisterConcrete(&govtypes.MsgVote{}, "gov/MsgVote", nil)
cdc.RegisterConcrete(&govtypes.MsgVoteWeighted{}, "gov/MsgVoteWeighted", nil)
cdc.RegisterConcrete(&govtypes.TextProposal{}, "gov/TextProposal", nil)
}

Expand Down

0 comments on commit f47835c

Please sign in to comment.