Clarify ProvisioningAddress field naming

This commit is contained in:
Jon Chambers
2024-09-30 15:06:30 -04:00
committed by Jon Chambers
parent b2211de8d8
commit b284e95394
2 changed files with 6 additions and 7 deletions

View File

@@ -38,8 +38,8 @@ message Envelope {
// next: 19
}
message ProvisioningUuid {
optional string uuid = 1;
message ProvisioningAddress {
optional string address = 1;
}
message ServerCertificate {