Skip to content

Commit f0f81ff

Browse files
committed
fix: txn name for revocation definition
1 parent 7b56058 commit f0f81ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aries_cloudagent/messaging/valid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ class IndyRevRegId(Regexp):
489489
rf"([{B58}]{{21,22}}):3:"
490490
rf"CL:(([1-9][0-9]*)|([{B58}]{{21,22}}:2:.+:[0-9.]+))(:.+)?:"
491491
rf"CL_ACCUM:(.+$)|^((did:indy2)?:.+:[{B58}]{{21,22}})" # issuer DID
492-
f"/anoncreds/v0/REV_REG/" # cred def id marker
492+
f"/anoncreds/v0/REV_REG_DEF/" # cred def id marker
493493
rf"((did:indy2)?:.+:[{B58}]{{21,22}})" # issuer DID
494494
f"/anoncreds/v0/CLAIM_DEF/" # cred def id marker
495495
# f":CL" # sig alg

0 commit comments

Comments
 (0)