fix QRCodePayload in .proto example

fixing protofile doc:
4 in QRCodePayload isn't just bytes but vendordata with CWALocationData, see https://github.com/corona-warn-app/cwa-app-android/blob/main/Corona-Warn-App/src/main/java/de/rki/coronawarnapp/presencetracing/checkins/qrcode/QrCodePayload.kt
This commit is contained in:
tmechen 2021-11-10 18:25:58 +01:00 committed by GitHub
parent 183335d9ba
commit 8305924651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -63,8 +63,7 @@ message QRCodePayload {
uint32 version = 1;
TraceLocation locationData = 2;
CrowdNotifierData crowdNotifierData = 3;
// byte sequence of CWALocationData
bytes countryData = 4;
CWALocationData vendordata = 4;
}
message TraceLocation {