Skip to content

Commit

Permalink
feat(verifyVc): update verify method name
Browse files Browse the repository at this point in the history
Co-authored-by: John Henderson <jrhender@users.noreply.github.com>
  • Loading branch information
whitneypurdum and jrhender committed Jul 13, 2022
1 parent 81ff25d commit e5733c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/claims/claims.service.ts
Expand Up @@ -1448,8 +1448,8 @@ export class ClaimsService {
* @param {OffChainClaim} off chain claim to verify
* @return Boolean indicating if verified and array of error messages
*/
async verifyOffChainClaim(
offChainClaim: RoleEIP191JWT
async verifyRoleEIP191JWT(
roleEIP191JWT: RoleEIP191JWT
): Promise<CredentialVerificationResult> {
const {payload, eip191Jwt} = offChainClaim;
const errors: string[] = [];
Expand Down

0 comments on commit e5733c6

Please sign in to comment.