mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2024-11-22 09:14:26 +01:00
docs(evreg): move type
to the end, still tbd
This commit is contained in:
parent
7fa54c82ab
commit
38b6127cb1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user