Skip to content

Commit

Permalink
add error message to validation response
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Oct 3, 2024
1 parent adcdb82 commit 3388c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/identity/api/v1/identity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ message UnverifiedSmartContractWalletSignature {
message VerifySmartContractWalletSignaturesResponse {
message ValidationResponse {
bool is_valid = 1;
optional string error = 2;
}

repeated ValidationResponse responses = 1;
Expand Down

0 comments on commit 3388c4c

Please sign in to comment.