Skip to content

Commit

Permalink
Merge pull request #1516 from gorgsenegger/main
Browse files Browse the repository at this point in the history
Fix AttributeError
  • Loading branch information
ianco authored Nov 24, 2021
2 parents da8aeed + 4628fec commit f52be0c
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 f52be0c

Please sign in to comment.