add comment for SubVote proto

This commit is contained in:
antstalepresh 2020-10-29 22:33:24 +10:00
parent e7d3549068
commit fe0d0a5045
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ enum VoteOption {
VOTE_OPTION_NO_WITH_VETO = 4 [(gogoproto.enumvalue_customname) = "OptionNoWithVeto"];
}
// SubVote defines a unit of vote for vote split.
message SubVote {
VoteOption option = 1;
string rate = 2 [