add comment for SubVote proto
This commit is contained in:
parent
e7d3549068
commit
fe0d0a5045
|
@ -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 [
|
||||
|
|
Loading…
Reference in New Issue