We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b56058 commit f0f81ffCopy full SHA for f0f81ff
1 file changed
aries_cloudagent/messaging/valid.py
@@ -489,7 +489,7 @@ class IndyRevRegId(Regexp):
489
rf"([{B58}]{{21,22}}):3:"
490
rf"CL:(([1-9][0-9]*)|([{B58}]{{21,22}}:2:.+:[0-9.]+))(:.+)?:"
491
rf"CL_ACCUM:(.+$)|^((did:indy2)?:.+:[{B58}]{{21,22}})" # issuer DID
492
- f"/anoncreds/v0/REV_REG/" # cred def id marker
+ f"/anoncreds/v0/REV_REG_DEF/" # cred def id marker
493
rf"((did:indy2)?:.+:[{B58}]{{21,22}})" # issuer DID
494
f"/anoncreds/v0/CLAIM_DEF/" # cred def id marker
495
# f":CL" # sig alg
0 commit comments