1
0
mirror of https://github.com/corona-warn-app/cwa-documentation synced 2024-05-28 12:30:03 +02:00

Merge pull request #745 from tmechen/master

fix protobuf message
This commit is contained in:
Maximilian Lenkeit 2021-11-20 16:57:14 +01:00 committed by GitHub
commit e9a1e46e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ message QRCodePayload {
TraceLocation locationData = 2; TraceLocation locationData = 2;
CrowdNotifierData crowdNotifierData = 3; CrowdNotifierData crowdNotifierData = 3;
// byte sequence of CWALocationData // byte sequence of CWALocationData
bytes countryData = 4; bytes vendorData = 4;
} }
message TraceLocation { message TraceLocation {