Skip to content

Commit

Permalink
Merge pull request #214 from xmtp/coda/scw-validation-response-error-msg
Browse files Browse the repository at this point in the history
Add error message to validation response
  • Loading branch information
codabrink authored Oct 3, 2024
2 parents adcdb82 + 3388c4c commit 167e5f9
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 167e5f9

Please sign in to comment.