Skip to content

Commit

Permalink
chore: rename field
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Oct 25, 2023
1 parent f6863e5 commit 9760f07
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 64 deletions.
127 changes: 64 additions & 63 deletions go/mls_validation/v1/service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/mls_validation/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ message ValidateKeyPackagesResponse {
string installation_id = 3;
string wallet_address = 4;
bytes pub_key_bytes = 5;
bytes credential_bytes = 6;
bytes credential_identity_bytes = 6;
}

repeated ValidationResponse responses = 1;
Expand Down

0 comments on commit 9760f07

Please sign in to comment.