split MsgVote and MsgWeightedVote for backwards compatibility

This commit is contained in:
antstalepresh
2020-11-03 21:48:53 +10:00
parent 5a082584c9
commit ee1988a4ba
18 changed files with 809 additions and 82 deletions
+1
View File
@@ -10,6 +10,7 @@ const (
DefaultWeightMsgFundCommunityPool int = 50
DefaultWeightMsgDeposit int = 100
DefaultWeightMsgVote int = 67
DefaultWeightMsgWeightedVote int = 33
DefaultWeightMsgUnjail int = 100
DefaultWeightMsgCreateValidator int = 100
DefaultWeightMsgEditValidator int = 5