Skip to content

Commit

Permalink
not using the error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Oct 2, 2024
1 parent a711222 commit fdab326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions proto/identity/api/v1/identity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ message VerifySmartContractWalletSignaturesRequest {

message VerifySmartContractWalletSignaturesResponse {
message ValidationResponse {
bool is_ok = 1;
string error_message = 2;
bool is_valid = 1;
}

repeated ValidationResponse responses = 1;
Expand Down
3 changes: 1 addition & 2 deletions proto/mls_validation/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ message VerifySmartContractWalletSignaturesRequest {

message VerifySmartContractWalletSignaturesResponse {
message ValidationResponse {
bool is_ok = 1;
string error_message = 2;
bool is_valid = 1;
}

repeated ValidationResponse responses = 1;
Expand Down

0 comments on commit fdab326

Please sign in to comment.