Fix protobuf definition of EncryptedBallot to match the standard convention.

vbdev2
Hai Brenner 2016-07-12 11:49:25 +03:00
parent 49551dc36b
commit b667de95aa
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ message PlaintextBallot {
}
message EncryptedBallot {
uint64 serialNumber = 1; // Ballot serial number
uint64 serial_number = 1; // Ballot serial number
RerandomizableEncryptedMessage data = 2;
}