We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16214c commit 885b2c9Copy full SHA for 885b2c9
solution/anonymous_ciphertext_voting/src/main.rs
@@ -207,7 +207,7 @@ fn flow_cn() {
207
println!(
208
"\n投票失败:您投出的总票数超出您的权重限制:{} + {} + {} \
209
> {}\n",
210
- candidate2_votes,
+ candidate1_votes,
211
candidate2_votes,
212
candidate3_votes,
213
last_voter_weight
@@ -617,7 +617,7 @@ fn flow_en() {
617
618
"\nVote Failed: Your total votes has exceeded your voter \
619
weight: {} + {} + {} > {}\n",
620
621
622
623
0 commit comments