Fix proto field index

This commit is contained in:
chimp1984 2020-10-01 16:33:33 -05:00
parent a1debd8070
commit 5027c861e3
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -92,7 +92,7 @@ message BundleOfEnvelopes {
// get data
message PreliminaryGetDataRequest {
int32 nonce = 21;
int32 nonce = 1;
repeated bytes excluded_keys = 2;
repeated int32 supported_capabilities = 3;
string version = 4;