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
1 changed files with 3 additions and 3 deletions

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 {