mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2025-07-15 14:09:19 +02:00
docs(evreg): move type
to the end, still tbd
This commit is contained in:
parent
7fa54c82ab
commit
38b6127cb1
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue