gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32835 - gnunet-java/src/main/java/org/gnunet/voting


From: gnunet
Subject: [GNUnet-SVN] r32835 - gnunet-java/src/main/java/org/gnunet/voting
Date: Mon, 31 Mar 2014 01:25:28 +0200

Author: dold
Date: 2014-03-31 01:25:27 +0200 (Mon, 31 Mar 2014)
New Revision: 32835

Modified:
   gnunet-java/src/main/java/org/gnunet/voting/Ballot.java
Log:
remove parameter

Modified: gnunet-java/src/main/java/org/gnunet/voting/Ballot.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/voting/Ballot.java     2014-03-30 
21:51:20 UTC (rev 32834)
+++ gnunet-java/src/main/java/org/gnunet/voting/Ballot.java     2014-03-30 
23:25:27 UTC (rev 32835)
@@ -421,7 +421,7 @@
             i++;
         }
         voterPub = voterPrivateKey.getPublicKey();
-        encryptedVote = EncryptedVote.fromChoice(choiceId, thresholdPublicKey, 
voterPrivateKey, voterPub,
+        encryptedVote = EncryptedVote.fromChoice(choiceId, thresholdPublicKey, 
voterPub,
                 generators);
         System.out.println("voter encrypted vote, ciphertext: " + 
encryptedVote.v.toString());
         System.out.println("threshold key (of voter): " + 
thresholdPublicKey.toString());




reply via email to

[Prev in Thread] Current Thread [Next in Thread]