From 38b6127cb16e5fc4bea7f7936a71db2bcee794df Mon Sep 17 00:00:00 2001 From: Maximilian Lenkeit Date: Sat, 3 Apr 2021 10:10:09 +0200 Subject: [PATCH] docs(evreg): move `type` to the end, still tbd --- event_registration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/event_registration.md b/event_registration.md index f341c2b..833b9a6 100644 --- a/event_registration.md +++ b/event_registration.md @@ -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 {