Fix protobuf definition of EncryptedBallot to match the standard convention.
parent
49551dc36b
commit
b667de95aa
|
@ -66,7 +66,7 @@ message PlaintextBallot {
|
|||
}
|
||||
|
||||
message EncryptedBallot {
|
||||
uint64 serialNumber = 1; // Ballot serial number
|
||||
uint64 serial_number = 1; // Ballot serial number
|
||||
|
||||
RerandomizableEncryptedMessage data = 2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue