We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49dac33 commit 57b628bCopy full SHA for 57b628b
1 file changed
scenarios/examples/did_indy_issuance_and_revocation/example.py
@@ -16,7 +16,7 @@
16
anoncreds_publish_revocation,
17
didexchange,
18
indy_anoncred_credential_artifacts,
19
- indy_anoncreds_revoke,
+ anoncreds_revoke,
20
indy_issue_credential_v2,
21
indy_present_proof_v2,
22
params,
@@ -107,7 +107,7 @@ async def main():
107
)
108
109
# Revoke credential
110
- await indy_anoncreds_revoke(
+ await anoncreds_revoke(
111
alice,
112
cred_ex=alice_cred_ex,
113
holder_connection_id=alice_conn.connection_id,
0 commit comments