Skip to content

Commit

Permalink
Fix AttributeError
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Gorgs committed Nov 24, 2021
1 parent da8aeed commit 4018709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ async def credential_definitions_fix_cred_def_wallet_record(request: web.BaseReq
},
)
if 0 == len(found):
await ledger.add_cred_def_non_secrets_record(
await add_cred_def_non_secrets_record(
session.profile, schema_id, iss_did, cred_def_id
)

Expand Down

0 comments on commit 4018709

Please sign in to comment.