Closed dmitrizagidulin closed 1 year ago
in _verifyCredential, if the credential does not have a credentialStatus property, do not check its status with the callback.
_verifyCredential
In other words, VCs that don't have a revocation property are currently showing as revoked, which is incorrect.
@dmitrizagidulin - can this be closed?
in
_verifyCredential
, if the credential does not have a credentialStatus property, do not check its status with the callback.In other words, VCs that don't have a revocation property are currently showing as revoked, which is incorrect.