Skip to content

Commit f52be0c

Browse files
authored
Merge pull request openwallet-foundation#1516 from gorgsenegger/main
Fix AttributeError
2 parents da8aeed + 4628fec commit f52be0c

File tree

1 file changed

+1
-1
lines changed
  • aries_cloudagent/messaging/credential_definitions

1 file changed

+1
-1
lines changed

aries_cloudagent/messaging/credential_definitions/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ async def credential_definitions_fix_cred_def_wallet_record(request: web.BaseReq
411411
},
412412
)
413413
if 0 == len(found):
414-
await ledger.add_cred_def_non_secrets_record(
414+
await add_cred_def_non_secrets_record(
415415
session.profile, schema_id, iss_did, cred_def_id
416416
)
417417

0 commit comments

Comments
 (0)