@@ -3750,7 +3750,7 @@ impl VoteStorage {
3750
3750
:: std:: mem:: replace ( & mut self . voted_ballot , :: protobuf:: RepeatedField :: new ( ) )
3751
3751
}
3752
3752
3753
- // repeated .com.webank.wedpr.acv.proto.CipherPointsToBallotPair voted_ballot_unlisted = 6 ;
3753
+ // repeated .com.webank.wedpr.acv.proto.CipherPointsToBallotPair voted_ballot_unlisted = 5 ;
3754
3754
3755
3755
3756
3756
pub fn get_voted_ballot_unlisted ( & self ) -> & [ CipherPointsToBallotPair ] {
@@ -3775,7 +3775,7 @@ impl VoteStorage {
3775
3775
:: std:: mem:: replace ( & mut self . voted_ballot_unlisted , :: protobuf:: RepeatedField :: new ( ) )
3776
3776
}
3777
3777
3778
- // .com.webank.wedpr.acv.proto.Ballot zero_ballot = 7 ;
3778
+ // .com.webank.wedpr.acv.proto.Ballot zero_ballot = 6 ;
3779
3779
3780
3780
3781
3781
pub fn get_zero_ballot ( & self ) -> & Ballot {
@@ -3855,10 +3855,10 @@ impl ::protobuf::Message for VoteStorage {
3855
3855
4 => {
3856
3856
:: protobuf:: rt:: read_repeated_message_into ( wire_type, is, & mut self . voted_ballot ) ?;
3857
3857
} ,
3858
- 6 => {
3858
+ 5 => {
3859
3859
:: protobuf:: rt:: read_repeated_message_into ( wire_type, is, & mut self . voted_ballot_unlisted ) ?;
3860
3860
} ,
3861
- 7 => {
3861
+ 6 => {
3862
3862
:: protobuf:: rt:: read_singular_message_into ( wire_type, is, & mut self . zero_ballot ) ?;
3863
3863
} ,
3864
3864
_ => {
@@ -3921,12 +3921,12 @@ impl ::protobuf::Message for VoteStorage {
3921
3921
v. write_to_with_cached_sizes ( os) ?;
3922
3922
} ;
3923
3923
for v in & self . voted_ballot_unlisted {
3924
- os. write_tag ( 6 , :: protobuf:: wire_format:: WireTypeLengthDelimited ) ?;
3924
+ os. write_tag ( 5 , :: protobuf:: wire_format:: WireTypeLengthDelimited ) ?;
3925
3925
os. write_raw_varint32 ( v. get_cached_size ( ) ) ?;
3926
3926
v. write_to_with_cached_sizes ( os) ?;
3927
3927
} ;
3928
3928
if let Some ( ref v) = self . zero_ballot . as_ref ( ) {
3929
- os. write_tag ( 7 , :: protobuf:: wire_format:: WireTypeLengthDelimited ) ?;
3929
+ os. write_tag ( 6 , :: protobuf:: wire_format:: WireTypeLengthDelimited ) ?;
3930
3930
os. write_raw_varint32 ( v. get_cached_size ( ) ) ?;
3931
3931
v. write_to_with_cached_sizes ( os) ?;
3932
3932
}
@@ -4090,7 +4090,7 @@ impl CipherPointsToBallotPair {
4090
4090
self . key . take ( ) . unwrap_or_else ( || CipherPoints :: new ( ) )
4091
4091
}
4092
4092
4093
- // .com.webank.wedpr.acv.proto.Ballot ballot = 3 ;
4093
+ // .com.webank.wedpr.acv.proto.Ballot ballot = 2 ;
4094
4094
4095
4095
4096
4096
pub fn get_ballot ( & self ) -> & Ballot {
@@ -4146,7 +4146,7 @@ impl ::protobuf::Message for CipherPointsToBallotPair {
4146
4146
1 => {
4147
4147
:: protobuf:: rt:: read_singular_message_into ( wire_type, is, & mut self . key ) ?;
4148
4148
} ,
4149
- 3 => {
4149
+ 2 => {
4150
4150
:: protobuf:: rt:: read_singular_message_into ( wire_type, is, & mut self . ballot ) ?;
4151
4151
} ,
4152
4152
_ => {
@@ -4181,7 +4181,7 @@ impl ::protobuf::Message for CipherPointsToBallotPair {
4181
4181
v. write_to_with_cached_sizes ( os) ?;
4182
4182
}
4183
4183
if let Some ( ref v) = self . ballot . as_ref ( ) {
4184
- os. write_tag ( 3 , :: protobuf:: wire_format:: WireTypeLengthDelimited ) ?;
4184
+ os. write_tag ( 2 , :: protobuf:: wire_format:: WireTypeLengthDelimited ) ?;
4185
4185
os. write_raw_varint32 ( v. get_cached_size ( ) ) ?;
4186
4186
v. write_to_with_cached_sizes ( os) ?;
4187
4187
}
@@ -6205,12 +6205,12 @@ static file_descriptor_proto_data: &'static [u8] = b"\
6205
6205
kBallot\x12 C\n \x0b rest_ballot\x18 \x03 \x20 \x01 (\x0b 2\" .com.webank.wedpr.a\
6206
6206
cv.proto.BallotR\n restBallot\x12 N\n \x0c voted_ballot\x18 \x04 \x20 \x03 (\x0b \
6207
6207
2+.com.webank.wedpr.acv.proto.CandidateBallotR\x0b votedBallot\x12 h\n \x15 \
6208
- voted_ballot_unlisted\x18 \x06 \x20 \x03 (\x0b 24.com.webank.wedpr.acv.proto.\
6208
+ voted_ballot_unlisted\x18 \x05 \x20 \x03 (\x0b 24.com.webank.wedpr.acv.proto.\
6209
6209
CipherPointsToBallotPairR\x13 votedBallotUnlisted\x12 C\n \x0b zero_ballot\
6210
- \x18 \x07 \x20 \x01 (\x0b 2\" .com.webank.wedpr.acv.proto.BallotR\n zeroBallot\
6210
+ \x18 \x06 \x20 \x01 (\x0b 2\" .com.webank.wedpr.acv.proto.BallotR\n zeroBallot\
6211
6211
\" \x92 \x01 \n \x18 CipherPointsToBallotPair\x12 :\n \x03 key\x18 \x01 \x20 \x01 (\
6212
6212
\x0b 2(.com.webank.wedpr.acv.proto.CipherPointsR\x03 key\x12 :\n \x06 ballot\
6213
- \x18 \x03 \x20 \x01 (\x0b 2\" .com.webank.wedpr.acv.proto.BallotR\x06 ballot\" \
6213
+ \x18 \x02 \x20 \x01 (\x0b 2\" .com.webank.wedpr.acv.proto.BallotR\x06 ballot\" \
6214
6214
\x9a \x01 \n \x1d CipherPointsToBallotProofPair\x12 :\n \x03 key\x18 \x01 \x20 \
6215
6215
\x01 (\x0b 2(.com.webank.wedpr.acv.proto.CipherPointsR\x03 key\x12 =\n \x05 va\
6216
6216
lue\x18 \x02 \x20 \x01 (\x0b 2'.com.webank.wedpr.acv.proto.BallotProofR\x05 va\
0 commit comments