Skip to content

Commit

Permalink
Revert holder credentail tag key changes
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale committed Dec 12, 2024
1 parent 5460ff5 commit 9cc0f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acapy_agent/anoncreds/holder.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ async def _finish_store_credential(
credential_id = credential_id or str(uuid4())
tags = {
"schema_id": credential_data["schema_id"],
"schema_issuer_id": schema_info.issuer_id,
"schema_issuer_did": schema_info.issuer_id,
"schema_name": schema_info.name,
"schema_version": schema_info.version,
"issuer_id": credential_definition["issuerId"],
"issuer_did": credential_definition["issuerId"],
"cred_def_id": cred_recvd.cred_def_id,
"rev_reg_id": cred_recvd.rev_reg_id or "None",
}
Expand Down

0 comments on commit 9cc0f0a

Please sign in to comment.