1
0
mirror of https://github.com/corona-warn-app/cwa-documentation synced 2024-05-29 12:58:02 +02:00

docs(evreg): move type to the end, still tbd

This commit is contained in:
Maximilian Lenkeit 2021-04-03 10:10:09 +02:00
parent 7fa54c82ab
commit 38b6127cb1

View File

@ -82,9 +82,9 @@ message TraceLocation {
message CrowdNotifierData {
uint32 version = 1;
uint32 type = 2;
bytes publicKey = 3;
bytes cryptographicSeed = 4;
bytes publicKey = 2;
bytes cryptographicSeed = 3;
uint32 type = 4; // exact semantic tbd
}
enum TraceLocationType {