From f7769ac9e615ebe6207e50bca68aaa86a57dadc6 Mon Sep 17 00:00:00 2001 From: jamshale Date: Wed, 6 Nov 2024 21:19:19 +0000 Subject: [PATCH] Fix name Signed-off-by: jamshale --- scenarios/examples/anoncreds_issuance_and_revocation/example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/examples/anoncreds_issuance_and_revocation/example.py b/scenarios/examples/anoncreds_issuance_and_revocation/example.py index bb0b0ec749..f675d2a0fe 100644 --- a/scenarios/examples/anoncreds_issuance_and_revocation/example.py +++ b/scenarios/examples/anoncreds_issuance_and_revocation/example.py @@ -488,7 +488,7 @@ async def main(): alice_conn.connection_id, indy_conn.connection_id, cred_def.credential_definition_state["credential_definition_id"], - {"firstname": "Old", "lastname": "Builder"}, + {"firstname": "Indy", "lastname": "Builder"}, ) # Present the the credential's attributes